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.
stories.storyReactionsList#aa5f789c flags:# count:int reactions:Vector<StoryReaction> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = stories.StoryReactionsList;
---functions---
stories.getStoryReactionsList#b9b2881f flags:# forwards_first:flags.2?true peer:InputPeer id:int reaction:flags.0?Reaction offset:flags.1?string limit:int = stories.StoryReactionsList;
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.