close_story

Function close_story 

Source
pub async fn close_story(
    story_sender_chat_id: i64,
    story_id: i32,
    client_id: i32,
) -> Result<(), Error>
Expand description

Informs TDLib that a story is closed by the user

ยงArguments

  • story_sender_chat_id - The identifier of the sender of the story to close
  • story_id - The identifier of the story
  • client_id - The client id to send the request to