Interface InternalLinkTypeGroupCall

The link is a link to a group call that isn't bound to a chat. Use getGroupCallParticipants to get the list of group call participants and show them on the join group call screen. Call joinGroupCall with the given invite_link to join the call. Subtype of InternalLinkType.

interface InternalLinkTypeGroupCall {
    @type: "internalLinkTypeGroupCall";
    invite_link: string;
}

Properties

Properties

@type: "internalLinkTypeGroupCall"
invite_link: string

Internal representation of the invite link.