get_story

Function get_story 

Source
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 story
  • story_id - Story identifier
  • only_local - Pass true to get only locally available information without sending network requests
  • client_id - The client id to send the request to