public static class TdApi.MessageSupergroupChatCreate extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
title
Title of the supergroup or channel.
|
| Constructor and Description |
|---|
MessageSupergroupChatCreate()
A newly created supergroup or channel.
|
MessageSupergroupChatCreate(java.lang.String title)
A newly created supergroup or channel.
|
| 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 MessageSupergroupChatCreate()
public MessageSupergroupChatCreate(java.lang.String title)
title - Title of the supergroup or channel.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object