Skip to content

getMessageAddedReactions

Function · TDLib 1.8.67 · d1085f9c

Returns reactions added for a message, along with their sender

getMessageAddedReactions(
  chat_id: int53,
  message_id: int53,
  reaction_type: ReactionType,
  offset: string,
  limit: int32
) → AddedReactions

chat_id

int53

Identifier of the chat to which the message belongs

message_id

int53

Identifier of the message. Use message.interaction_info.reactions.can_get_added_reactions to check whether added reactions can be received for the message

reaction_type

ReactionType

Type of the reactions to return; pass null to return all added reactions; reactionTypePaid isn't supported

offset

string

Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results

limit

int32

The maximum number of reactions to be returned; must be positive and can't be greater than 100