StoryItem.get_reactions()¶
- StoryItem.get_reactions()¶
Bound method get_reactions of
StoryItem.- Use as a shortcut for:
await story.get_reactions()
- Parameters:
reaction (
Reaction, optional) – Filter by a specific reaction.limit (
int, optional) – Maximum number of reactions to retrieve.
- Returns:
StoryReactionsList– The list of reactions.