java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventTitleChanged
- Enclosing class:
- TdApi
The chat title was changed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
New chat title.Previous chat title. -
Constructor Summary
ConstructorDescriptionThe chat title was changed.ChatEventTitleChanged
(DataInput input) The chat title was changed.ChatEventTitleChanged
(String oldTitle, String newTitle) The chat title was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
oldTitle
Previous chat title. -
newTitle
New chat title. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatEventTitleChanged
public ChatEventTitleChanged()The chat title was changed. -
ChatEventTitleChanged
The chat title was changed.- Parameters:
oldTitle
- String Previous chat title.newTitle
- String New chat title.
-
ChatEventTitleChanged
The chat title was changed.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-