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