Function delete_story

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

Deletes a previously sent story. Can be called only if story.can_be_deleted == true

ยงArguments

  • story_sender_chat_id - Identifier of the chat that posted the story
  • story_id - Identifier of the story to delete
  • client_id - The client id to send the request to