messages.getRecentReactions

Get recently used message reactions

messages.reactionsNotModified#b06fdbdf = messages.Reactions;
messages.reactions#eafdf716 hash:long reactions:Vector<Reaction> = messages.Reactions;
---functions---
messages.getRecentReactions#39461db2 limit:int hash:long = messages.Reactions;

Parameters

Name Type Description
limit int Maximum number of results to return, see pagination
hash long Hash used for caching, for more info click here.
Note: the usual hash generation algorithm cannot be used in this case, please re-use the messages.reactions.hash field returned by a previous call to the method, or pass 0 if this is the first call.

Result

messages.Reactions

Related pages

Pagination in the API

How to fetch results from large lists of objects.

messages.reactions

List of message reactions

Message reactions

Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.