Interface ReplaceVideoChatRtmpUrl

Replaces the current RTMP URL for streaming to the chat; requires owner privileges. Request type for Tdjson#replaceVideoChatRtmpUrl.

interface ReplaceVideoChatRtmpUrl {
    @type: "replaceVideoChatRtmpUrl";
    chat_id: number;
}

Properties

Properties

@type: "replaceVideoChatRtmpUrl"
chat_id: number

Chat identifier.