Package org.drinkless.tdlib
Class TdApi.MessageReactions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageReactions
- Enclosing class:
- TdApi
Contains a list of reactions added to a message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue, if the reactions are tags and Telegram Premium users can filter messages by them.static final intIdentifier uniquely determining type of the object.List of added reactions. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of reactions added to a message.MessageReactions(TdApi.MessageReaction[] reactions, boolean areTags) Contains a list of reactions added to a message. -
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
-
reactions
List of added reactions. -
areTags
public boolean areTagsTrue, if the reactions are tags and Telegram Premium users can filter messages by them. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageReactions
public MessageReactions()Contains a list of reactions added to a message. -
MessageReactions
Contains a list of reactions added to a message.- Parameters:
reactions- List of added reactions.areTags- True, if the reactions are tags and Telegram Premium users can filter messages by them.
-
-
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
-