public static class TdApi.GetMessageFileType extends TdApi.Function<TdApi.MessageFileType>
Returns MessageFileType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
messageFileHead
Beginning of the message file; up to 100 first lines.
|
| Constructor and Description |
|---|
GetMessageFileType()
Default constructor for a function, which returns information about a file with messages exported from another application.
|
GetMessageFileType(java.lang.String messageFileHead)
Creates a function, which returns information about a file with messages exported from another application.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String messageFileHead
public static final int CONSTRUCTOR
public GetMessageFileType()
Returns MessageFileType
public GetMessageFileType(java.lang.String messageFileHead)
Returns MessageFileType
messageFileHead - Beginning of the message file; up to 100 first lines.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object