Interface GroupCallInfo

Contains information about a just created or just joined group call.

interface GroupCallInfo {
    @type: "groupCallInfo";
    group_call_id: number;
    join_payload: string;
}

Properties

@type: "groupCallInfo"
group_call_id: number

Identifier of the group call.

join_payload: string

Join response payload for tgcalls; empty if the call isn't joined.