Interface InternalLinkTypeGroupCall

The link is a link to a group call that isn't bound to a chat. Call joinGroupCall with the given invite_link. Subtype of InternalLinkType.

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

Properties

Properties

@type: "internalLinkTypeGroupCall"
invite_link: string

Internal representation of the invite link.