Function open_story

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

Informs TDLib that a story is opened and is being viewed by the user

ยงArguments

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