Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeDirectMessagesChat
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeDirectMessagesChat
- Enclosing class:
- TdApi
The link is a link to a direct messages chat of a channel.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Photo of the channel chat; may be null. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to a direct messages chat of a channel.The link is a link to a direct messages chat of a channel. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
photo
Photo of the channel chat; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeDirectMessagesChat
public LinkPreviewTypeDirectMessagesChat()The link is a link to a direct messages chat of a channel. -
LinkPreviewTypeDirectMessagesChat
The link is a link to a direct messages chat of a channel.- Parameters:
photo- Photo of the channel chat; may be null.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-