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