Interface StoryContentLive

A live story. Subtype of StoryContent.

interface StoryContentLive {
    @type: "storyContentLive";
    group_call_id: number;
    is_rtmp_stream?: boolean;
}

Properties

@type: "storyContentLive"
group_call_id: number

Identifier of the corresponding group call. The group call can be received through the method getGroupCall.

is_rtmp_stream?: boolean

True, if the call is an RTMP stream instead of an ordinary group call.