public static class TdApi.MessageChatUpgradeTo extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
supergroupId
Identifier of the supergroup to which the basic group was upgraded.
|
| Constructor and Description |
|---|
MessageChatUpgradeTo()
A basic group was upgraded to a supergroup and was deactivated as the result.
|
MessageChatUpgradeTo(long supergroupId)
A basic group was upgraded to a supergroup and was deactivated as the result.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long supergroupId
public static final int CONSTRUCTOR
public MessageChatUpgradeTo()
public MessageChatUpgradeTo(long supergroupId)
supergroupId - Identifier of the supergroup to which the basic group was upgraded.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object