Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeDocument
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeDocument
- Enclosing class:
- TdApi
The link is a link to a general file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The document description. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to a general file.LinkPreviewTypeDocument
(TdApi.Document document) The link is a link to a general file. -
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
-
document
The document description. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeDocument
public LinkPreviewTypeDocument()The link is a link to a general file. -
LinkPreviewTypeDocument
The link is a link to a general file.- Parameters:
document
- The document description.
-
-
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
-