public static class TdApi.MessageReactions extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
areTags
True, if the reactions are tags and Telegram Premium users can filter messages by them.
|
boolean |
canGetAddedReactions
True, if the list of added reactions is available using getMessageAddedReactions.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PaidReactor[] |
paidReactors
Information about top users that added the paid reaction.
|
TdApi.MessageReaction[] |
reactions
List of added reactions.
|
| Constructor and Description |
|---|
MessageReactions()
Contains a list of reactions added to a message.
|
MessageReactions(TdApi.MessageReaction[] reactions,
boolean areTags,
TdApi.PaidReactor[] paidReactors,
boolean canGetAddedReactions)
Contains a list of reactions added to a message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.MessageReaction[] reactions
public boolean areTags
public TdApi.PaidReactor[] paidReactors
public boolean canGetAddedReactions
public static final int CONSTRUCTOR
public MessageReactions()
public MessageReactions(TdApi.MessageReaction[] reactions, boolean areTags, TdApi.PaidReactor[] paidReactors, boolean canGetAddedReactions)
reactions - List of added reactions.areTags - True, if the reactions are tags and Telegram Premium users can filter messages by them.paidReactors - Information about top users that added the paid reaction.canGetAddedReactions - True, if the list of added reactions is available using getMessageAddedReactions.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object