java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventAvailableReactionsChanged
- Enclosing class:
- TdApi
The chat available reactions were changed.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionThe chat available reactions were changed.The chat available reactions were changed.ChatEventAvailableReactionsChanged
(String[] oldAvailableReactions, String[] newAvailableReactions) The chat available reactions were changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
oldAvailableReactions
Previous chat available reactions. -
newAvailableReactions
New chat available reactions. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatEventAvailableReactionsChanged
public ChatEventAvailableReactionsChanged()The chat available reactions were changed. -
ChatEventAvailableReactionsChanged
public ChatEventAvailableReactionsChanged(String[] oldAvailableReactions, String[] newAvailableReactions) The chat available reactions were changed.- Parameters:
oldAvailableReactions
- String[] Previous chat available reactions.newAvailableReactions
- String[] New chat available reactions.
-
ChatEventAvailableReactionsChanged
The chat available reactions were 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()
-