pub async fn get_story(
story_sender_chat_id: i64,
story_id: i32,
only_local: bool,
client_id: i32,
) -> Result<Story, Error>Expand description
Returns a story
ยงArguments
story_sender_chat_id- Identifier of the chat that posted the storystory_id- Story identifieronly_local- Pass true to get only locally available information without sending network requestsclient_id- The client id to send the request to