Function open_message_content

Source
pub async fn open_message_content(
    chat_id: i64,
    message_id: i64,
    client_id: i32,
) -> Result<(), Error>
Expand description

Informs TDLib that the message content has been opened (e.g., the user has opened a photo, video, document, location or venue, or has listened to an audio file or voice note message). An updateMessageContentOpened update will be generated if something has changed

ยงArguments

  • chat_id - Chat identifier of the message
  • message_id - Identifier of the message with the opened content
  • client_id - The client id to send the request to