stories.storyReactionsList
List of peers that reacted to or intercated with a specific story
type tg.StoriesStoryReactionsList struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Total number of reactions matching query |
Reactions | []StoryReactionClass | yes | List of peers that reacted to or interacted with a specific story |
Chats | []ChatClass | yes | Mentioned chats |
Users | []UserClass | yes | Mentioned users |
NextOffset | string | — | If set, indicates the next offset to use to load more results by invoking stories getStoryReactionsList. |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
stories.storyReactionsList#aa5f789c