java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatAvailableReactions
- Enclosing class:
- TdApi
The chat available reactions were changed.
-
Field Summary
Modifier and TypeFieldDescriptionString[]
The new list of reactions, available in the chat.long
Chat identifier.static final int
-
Constructor Summary
ConstructorDescriptionThe chat available reactions were changed.UpdateChatAvailableReactions
(long chatId, String[] availableReactions) The chat available reactions were changed.The chat available reactions were changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
availableReactions
The new list of reactions, available in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatAvailableReactions
public UpdateChatAvailableReactions()The chat available reactions were changed. -
UpdateChatAvailableReactions
The chat available reactions were changed.- Parameters:
chatId
- long Chat identifier.availableReactions
- String[] The new list of reactions, available in the chat.
-
UpdateChatAvailableReactions
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()
-