public static class TdApi.LinkPreviewTypeVideoChat extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isLiveStream
True, if the video chat is expected to be a live stream in a channel or a broadcast group.
|
TdApi.ChatPhoto |
photo
Photo of the chat with the video chat; may be null if none.
|
| Constructor and Description |
|---|
LinkPreviewTypeVideoChat()
The link is a link to a video chat.
|
LinkPreviewTypeVideoChat(TdApi.ChatPhoto photo,
boolean isLiveStream)
The link is a link to a video chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatPhoto photo
public boolean isLiveStream
public static final int CONSTRUCTOR
public LinkPreviewTypeVideoChat()
public LinkPreviewTypeVideoChat(TdApi.ChatPhoto photo, boolean isLiveStream)
photo - Photo of the chat with the video chat; may be null if none.isLiveStream - True, if the video chat is expected to be a live stream in a channel or a broadcast group.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object