public static class TdApi.MessageChatUpgradeFrom extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
long |
basicGroupId
The identifier of the original basic group.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
title
Title of the newly created supergroup.
|
| Constructor and Description |
|---|
MessageChatUpgradeFrom()
A supergroup has been created from a basic group.
|
MessageChatUpgradeFrom(java.lang.String title,
long basicGroupId)
A supergroup has been created from a basic group.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public long basicGroupId
public static final int CONSTRUCTOR
public MessageChatUpgradeFrom()
public MessageChatUpgradeFrom(java.lang.String title,
long basicGroupId)
title - Title of the newly created supergroup.basicGroupId - The identifier of the original basic group.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object