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