public static class TdApi.MessageFileTypeGroup extends TdApi.MessageFileType
| 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 were exported from a group chat.
|
MessageFileTypeGroup(java.lang.String title)
The messages were exported from a group chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object