Get the reaction and interaction list of a story posted to a channel, along with the sender of each reaction.
Can only be used by channel admins.
Method schema is available as of layer 168. Switch ยป
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
forwards_first | flags.2?true | If set, returns forwards and reposts first, then reactions, then other views; otherwise returns interactions sorted just by interaction date. |
peer | InputPeer | Channel |
id | int | Story ID |
reaction | flags.0?Reaction | Get only reactions of this type |
offset | flags.1?string | Offset for pagination (taken from the next_offset field of the returned stories.StoryReactionsList); empty in the first request. |
limit | int | Maximum number of results to return, see pagination |
Code | Type | Description |
---|---|---|
400 | PEER_ID_INVALID | The provided peer id is invalid. |
Telegram users and channels can easily post and view stories through the API.
List of peers that reacted to a specific story
How to fetch results from large lists of objects.
Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.