Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeVideoChat
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeVideoChat
- Enclosing class:
- TdApi
The link is a link to a video chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.boolean
True, if the video chat is expected to be a live stream in a channel or a broadcast group.boolean
True, if the user can use the link to join the video chat without being muted by administrators.Photo of the chat with the video chat; may be null if none. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to a video chat.LinkPreviewTypeVideoChat
(TdApi.ChatPhoto photo, boolean isLiveStream, boolean joinsAsSpeaker) The link is a link to a video chat. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
photo
Photo of the chat with the video chat; may be null if none. -
isLiveStream
public boolean isLiveStreamTrue, if the video chat is expected to be a live stream in a channel or a broadcast group. -
joinsAsSpeaker
public boolean joinsAsSpeakerTrue, if the user can use the link to join the video chat without being muted by administrators. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeVideoChat
public LinkPreviewTypeVideoChat()The link is a link to a video chat. -
LinkPreviewTypeVideoChat
public LinkPreviewTypeVideoChat(TdApi.ChatPhoto photo, boolean isLiveStream, boolean joinsAsSpeaker) The link is a link to a video chat.- Parameters:
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.joinsAsSpeaker
- True, if the user can use the link to join the video chat without being muted by administrators.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-