View Source ExTDLib.Method.GetMessageAddedReactions (ExTDLib v0.0.4)

Returns reactions added for a message, along with their sender. Returns object_ptr<AddedReactions>.

NameTypeDescription
chat_idstringIdentifier of the chat to which the message belongs.
message_idstringIdentifier of the message.
reaction_typeReactionTypeType of the reactions to return; pass null to return all added reactions.
offsetstringOffset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
limitnumberThe maximum number of reactions to be returned; must be positive and can't be greater than 100.

More details on telegram's documentation.