Interface LinkPreviewTypeGroupCall

The link is a link to a group call that isn't bound to a chat. Subtype of LinkPreviewType.

interface LinkPreviewTypeGroupCall {
    @type: "linkPreviewTypeGroupCall";
}

Properties

Properties

@type: "linkPreviewTypeGroupCall"