public static class TdApi.MessageFileTypePrivate extends TdApi.MessageFileType
TdApi.MessageFileType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
Name of the other party; may be empty if unrecognized.
|
Constructor and Description |
---|
MessageFileTypePrivate()
The messages was exported from a private chat.
|
MessageFileTypePrivate(java.lang.String name)
The messages was exported from a private chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String name
public static final int CONSTRUCTOR
public MessageFileTypePrivate()
public MessageFileTypePrivate(java.lang.String name)
name
- Name of the other party; may be empty if unrecognized.public int getConstructor()
getConstructor
in class TdApi.MessageFileType