UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

9 lines (8 loc) 271 B
import { Entity } from '../core/entity'; import { LiveRtmpSettings } from '../types/live.obs-settings'; export declare class LiveEntity extends Entity { static getUrlAndKey(info: { upload_url: string; broadcast_id: string; }): LiveRtmpSettings; }