public static class TdApi.MessageChatChangeTitle extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
title
New chat title.
|
| Constructor and Description |
|---|
MessageChatChangeTitle()
An updated chat title.
|
MessageChatChangeTitle(java.lang.String title)
An updated chat title.
|
| 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 MessageChatChangeTitle()
public MessageChatChangeTitle(java.lang.String title)
title - New chat title.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object