Package org.drinkless.tdlib
Class TdApi.MessageDocument
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageDocument
- Enclosing class:
- TdApi
A document message (general file).
-
Field Summary
FieldsModifier and TypeFieldDescriptionDocument caption.static final intIdentifier uniquely determining type of the object.The document description. -
Constructor Summary
ConstructorsConstructorDescriptionA document message (general file).MessageDocument(TdApi.Document document, TdApi.FormattedText caption) A document message (general file). -
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
-
document
The document description. -
caption
Document caption. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageDocument
public MessageDocument()A document message (general file). -
MessageDocument
A document message (general file).- Parameters:
document- The document description.caption- Document caption.
-
-
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
-