messages.getUnreadReactions

Get unread reactions to messages you sent

 Method schema is available as of layer 138. Switch ยป

Parameters

Name Type Description
peer InputPeer Peer
offset_id int Offsets for pagination, for more info click here
add_offset int Offsets for pagination, for more info click here
limit int Maximum number of results to return, see pagination
max_id int Only return reactions for messages up until this message ID
min_id int Only return reactions for messages starting from this message ID

Result

messages.Messages

Bots can use this method

Related pages

Pagination in the API

How to fetch results from large lists of objects.