get_chat_story_interactions


Description:

public async StoryInteractions get_chat_story_interactions (int64 story_poster_chat_id, int32 story_id, ReactionType reaction_type, bool prefer_forwards, string offset, int32 limit) throws TDLibError

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

Parameters:

story_poster_chat_id

The identifier of the poster of the story

story_id

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

Pass true to get forwards and reposts first, then reactions, then other views; pass false to get interactions sorted just by interaction date

offset

Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results

limit

The maximum number of story interactions to return