Interface ReplaceLiveStoryRtmpUrl

Replaces the current RTMP URL for streaming to a live story; requires owner privileges for channel chats. Request type for Tdjson#replaceLiveStoryRtmpUrl.

interface ReplaceLiveStoryRtmpUrl {
    @type: "replaceLiveStoryRtmpUrl";
    chat_id: number;
}

Properties

Properties

@type: "replaceLiveStoryRtmpUrl"
chat_id: number

Chat identifier.