getChatStoryInteractions¶
Returns interactions with a story posted in a chat. Can be used only if story is posted on behalf of a chat and the user is an administrator in the chat
getChatStoryInteractions(
story_poster_chat_id: int53,
story_id: int32,
reaction_type: ReactionType,
prefer_forwards: Bool,
offset: string,
limit: int32
) → StoryInteractions
story_poster_chat_id¶
int53
The identifier of the poster of the story
story_id¶
int32
Story identifier
reaction_type¶
Pass the default heart reaction or a suggested reaction type to receive only interactions with the specified reaction type; pass null to receive all interactions; reactionTypePaid isn't supported
prefer_forwards¶
Bool
Pass true to get forwards and reposts first, then reactions, then other views; pass false to get interactions sorted just by interaction date
offset¶
string
Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results
limit¶
int32
The maximum number of story interactions to return