Interface InputGroupCallLink

Describes a non-joined group call that isn't bound to a chat. Subtype of InputGroupCall.

interface InputGroupCallLink {
    @type: "inputGroupCallLink";
    link: string;
}

Properties

Properties

@type: "inputGroupCallLink"
link: string

The link for the group call.