Interface GetLiveStoryRtmpUrl

Returns RTMP URL for streaming to a live story; requires can_post_stories administrator right for channel chats. Request type for Tdjson#getLiveStoryRtmpUrl.

interface GetLiveStoryRtmpUrl {
    @type: "getLiveStoryRtmpUrl";
    chat_id: number;
}

Properties

Properties

@type: "getLiveStoryRtmpUrl"
chat_id: number

Chat identifier.