Package org.drinkless.tdlib
Class TdApi.UpdateActiveEmojiReactions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateActiveEmojiReactions
- Enclosing class:
- TdApi
The list of active emoji reactions has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.String[]The new list of active emoji reactions. -
Constructor Summary
ConstructorsConstructorDescriptionThe list of active emoji reactions has changed.UpdateActiveEmojiReactions(String[] emojis) The list of active emoji reactions has changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
emojis
The new list of active emoji reactions. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateActiveEmojiReactions
public UpdateActiveEmojiReactions()The list of active emoji reactions has changed. -
UpdateActiveEmojiReactions
The list of active emoji reactions has changed.- Parameters:
emojis- The new list of active emoji reactions.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-