Package org.drinkless.tdlib
Class TdApi.MessageFileTypePrivate
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageFileType
-
- org.drinkless.tdlib.TdApi.MessageFileTypePrivate
-
- Enclosing class:
- TdApi
public static class TdApi.MessageFileTypePrivate extends TdApi.MessageFileType
The messages was exported from a private chat.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringnameName of the other party; may be empty if unrecognized.
-
Constructor Summary
Constructors Constructor Description MessageFileTypePrivate()The messages was exported from a private chat.MessageFileTypePrivate(String name)The messages was exported from a private chat.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
name
public String name
Name of the other party; may be empty if unrecognized.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageFileTypePrivate
public MessageFileTypePrivate()
The messages was exported from a private chat.
-
MessageFileTypePrivate
public MessageFileTypePrivate(String name)
The messages was exported from a private chat.- Parameters:
name- Name of the other party; may be empty if unrecognized.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-