public static class TdApi.GetMessageFileType extends TdApi.Function
Returns MessageFileType
TdApi.Function.Constructors
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 app.
|
GetMessageFileType(java.lang.String messageFileHead)
Creates a function, which returns information about a file with messages exported from another app.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public 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()
getConstructor
in class TdApi.Function