public static class TdApi.MessageFileTypeGroup 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 |
title
Title of the group chat; may be empty if unrecognized.
|
Constructor and Description |
---|
MessageFileTypeGroup()
The messages was exported from a group chat.
|
MessageFileTypeGroup(java.lang.String title)
The messages was exported from a group chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String title
public static final int CONSTRUCTOR
public MessageFileTypeGroup()
public MessageFileTypeGroup(java.lang.String title)
title
- Title of the group chat; may be empty if unrecognized.public int getConstructor()
getConstructor
in class TdApi.MessageFileType