pub async fn get_chat_story_interactions(
story_sender_chat_id: i64,
story_id: i32,
reaction_type: Option<ReactionType>,
prefer_forwards: bool,
offset: String,
limit: i32,
client_id: i32,
) -> Result<StoryInteractions, Error>Expand description
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
ยงArguments
story_sender_chat_id- The identifier of the sender of the storystory_id- Story identifierreaction_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 interactionsprefer_forwards- Pass true to get forwards and reposts first, then reactions, then other views; pass false to get interactions sorted just by interaction dateoffset- Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of resultslimit- The maximum number of story interactions to returnclient_id- The client id to send the request to