StoryInteractions¶
Represents a list of interactions with a story
StoryInteractions(
total_count: int32,
total_forward_count: int32,
total_reaction_count: int32,
interactions: list of StoryInteraction,
next_offset: string
) → StoryInteractions
total_count¶
int32
Approximate total number of interactions found
total_forward_count¶
int32
Approximate total number of found forwards and reposts; always 0 for chat stories
total_reaction_count¶
int32
Approximate total number of found reactions; always 0 for chat stories
interactions¶
list of StoryInteraction
List of story interactions
next_offset¶
string
The offset for the next request. If empty, then there are no more results