Package it.tdlight.jni
Class TdApi.ChatEventDescriptionChanged
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventDescriptionChanged
- Enclosing class:
- TdApi
public static class TdApi.ChatEventDescriptionChanged extends TdApi.ChatEventAction
The chat description was changed.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
newDescription
New chat description.String
oldDescription
Previous chat description. -
Constructor Summary
Constructors Constructor Description ChatEventDescriptionChanged()
The chat description was changed.ChatEventDescriptionChanged(DataInput input)
ChatEventDescriptionChanged(String oldDescription, String newDescription)
The chat description was changed. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
oldDescription
Previous chat description. -
newDescription
New chat description. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatEventDescriptionChanged
public ChatEventDescriptionChanged()The chat description was changed. -
ChatEventDescriptionChanged
The chat description was changed.- Parameters:
oldDescription
- String Previous chat description.newDescription
- String New chat description.
-
ChatEventDescriptionChanged
- 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()
-