Interface LinkPreviewTypeVideoChat

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

interface LinkPreviewTypeVideoChat {
    @type: "linkPreviewTypeVideoChat";
    is_live_stream?: boolean;
    photo: ChatPhoto;
}

Properties

@type: "linkPreviewTypeVideoChat"
is_live_stream?: boolean

True, if the video chat is expected to be a live stream in a channel or a broadcast group.

photo: ChatPhoto

Photo of the chat with the video chat; may be null if none.