Interface JoinLiveStory

Joins a group call of an active live story. Returns join response payload for tgcalls. Request type for Tdjson#joinLiveStory.

interface JoinLiveStory {
    @type: "joinLiveStory";
    group_call_id: number;
    join_parameters: GroupCallJoinParameters;
}

Properties

@type: "joinLiveStory"
group_call_id: number

Group call identifier.

join_parameters: GroupCallJoinParameters

Parameters to join the call.