Package org.drinkless.tdlib
Class TdApi.GetMessageFileType
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.MessageFileType>
org.drinkless.tdlib.TdApi.GetMessageFileType
- Enclosing class:
- TdApi
Returns information about a file with messages exported from another application.
Returns MessageFileType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Beginning of the message file; up to 100 first lines. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns information about a file with messages exported from another application.GetMessageFileType(String messageFileHead) Creates a function, which returns information about a file with messages exported from another application. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
messageFileHead
Beginning of the message file; up to 100 first lines. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetMessageFileType
public GetMessageFileType()Default constructor for a function, which returns information about a file with messages exported from another application.Returns
MessageFileType -
GetMessageFileType
Creates a function, which returns information about a file with messages exported from another application.Returns
MessageFileType- Parameters:
messageFileHead- Beginning of the message file; up to 100 first lines.
-
-
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
-