Interface LinkPreviewTypeChat

The link is a link to a chat. Subtype of LinkPreviewType.

interface LinkPreviewTypeChat {
    @type: "linkPreviewTypeChat";
    creates_join_request?: boolean;
    photo: ChatPhoto;
    type: InviteLinkChatType;
}

Properties

@type: "linkPreviewTypeChat"
creates_join_request?: boolean

True, if the link only creates join request.

photo: ChatPhoto

Photo of the chat; may be null.

Type of the chat.