Interface GetVideoChatRtmpUrl

Returns RTMP URL for streaming to the chat; requires can_manage_video_chats administrator right. Request type for Tdjson#getVideoChatRtmpUrl.

interface GetVideoChatRtmpUrl {
    @type: "getVideoChatRtmpUrl";
    chat_id: number;
}

Properties

Properties

@type: "getVideoChatRtmpUrl"
chat_id: number

Chat identifier.