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