public static class TdApi.MessageChannelChatCreate extends TdApi.MessageContent
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
java.lang.String |
title
Title of created channel chat.
|
Constructor and Description |
---|
MessageChannelChatCreate()
Default constructor.
|
MessageChannelChatCreate(java.lang.String title)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String title
public static final int CONSTRUCTOR
public MessageChannelChatCreate()
public MessageChannelChatCreate(java.lang.String title)
public int getConstructor()
getConstructor
in class TdApi.TLObject