Package org.drinkless.tdlib
Class TdApi.ChatEventTitleChanged
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventTitleChanged
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventTitleChanged extends TdApi.ChatEventAction
The chat title was changed.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringnewTitleNew chat title.StringoldTitlePrevious chat title.
-
Constructor Summary
Constructors Constructor Description ChatEventTitleChanged()The chat title was changed.ChatEventTitleChanged(String oldTitle, String newTitle)The chat title was changed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
oldTitle
public String oldTitle
Previous chat title.
-
newTitle
public String newTitle
New chat title.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-