stories.StoryReactionsList
- class pyrogram.raw.types.stories.StoryReactionsList
List of peers that reacted to or intercated with a specific story
Constructor of
StoryReactionsList
.- Details:
Layer:
194
ID:
AA5F789C
- Parameters:
count (
int
32-bit
) – Total number of reactions matching queryreactions (List of
StoryReaction
) – List of peers that reacted to or interacted with a specific storychats (List of
Chat
) – Mentioned chatsusers (List of
User
) – Mentioned usersnext_offset (
str
, optional) – If set, indicates the next offset to use to load more results by invoking stories.getStoryReactionsList.
- Functions:
This object can be returned by 1 function.
Get the reaction and interaction list of a story posted to a channel, along with the sender of each reaction.