public static class TdApi.MessageChatChangeTitle 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
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() |
toString
public java.lang.String title
public static final int CONSTRUCTOR
public MessageChatChangeTitle()
public MessageChatChangeTitle(java.lang.String title)
title
- New chat title.public int getConstructor()
getConstructor
in class TdApi.MessageContent