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 messagemessage_id- Identifier of the message with the opened contentclient_id- The client id to send the request to