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 closestory_id- The identifier of the storyclient_id- The client id to send the request to