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