Interface GetLiveStoryStreamer

Returns information about the user or the chat that streams to a live story; for live stories that aren't an RTMP stream only. Request type for Tdjson#getLiveStoryStreamer.

interface GetLiveStoryStreamer {
    @type: "getLiveStoryStreamer";
    group_call_id: number;
}

Properties

Properties

@type: "getLiveStoryStreamer"
group_call_id: number

Group call identifier.