Interface ReplaceVideoChatRtmpUrl

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

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

Properties

Properties

@type: "replaceVideoChatRtmpUrl"
chat_id: number

Chat identifier.