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