public static class TdApi.ChatEventTitleChanged extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
newTitle
New chat title.
|
java.lang.String |
oldTitle
Previous chat title.
|
| Constructor and Description |
|---|
ChatEventTitleChanged()
The chat title was changed.
|
ChatEventTitleChanged(java.lang.String oldTitle,
java.lang.String newTitle)
The chat title was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String oldTitle
public java.lang.String newTitle
public static final int CONSTRUCTOR
public ChatEventTitleChanged()
public ChatEventTitleChanged(java.lang.String oldTitle,
java.lang.String newTitle)
oldTitle - Previous chat title.newTitle - New chat title.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object