Package org.drinkless.tdlib
Class TdApi.InputPollMediaDocument
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPollMedia
org.drinkless.tdlib.TdApi.InputPollMediaDocument
- Enclosing class:
- TdApi
A document (general file).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The document to be sent. -
Constructor Summary
ConstructorsConstructorDescriptionA document (general file).InputPollMediaDocument(TdApi.InputDocument document) A document (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 to be sent. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPollMediaDocument
public InputPollMediaDocument()A document (general file). -
InputPollMediaDocument
A document (general file).- Parameters:
document- The document to be sent.
-
-
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
-