public static class TdApi.MessageChatUpgradeTo extends TdApi.MessageContent
TdApi.MessageContent.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.MessageContent