Package org.drinkless.tdlib
Class TdApi.ChatEventDescriptionChanged
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventDescriptionChanged
- Enclosing class:
- TdApi
The chat description was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.New chat description.Previous chat description. -
Constructor Summary
ConstructorsConstructorDescriptionThe chat description was changed.ChatEventDescriptionChanged(String oldDescription, String newDescription) The chat description was changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
oldDescription
Previous chat description. -
newDescription
New chat description. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatEventDescriptionChanged
public ChatEventDescriptionChanged()The chat description was changed. -
ChatEventDescriptionChanged
The chat description was changed.- Parameters:
oldDescription- Previous chat description.newDescription- New chat description.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-