Get unread reactions to messages you sent
Method schema is available as of layer 148. Switch ยป
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
peer | InputPeer | Peer |
top_msg_id | flags.0?int | If set, considers only reactions to messages within the specified forum topic |
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 |
Code | Type | Description |
---|---|---|
400 | PEER_ID_INVALID | The provided peer id is invalid. |
Telegram allows creating forums with multiple distinct topics.
How to fetch results from large lists of objects.