libtd-ktx / kotlinx.telegram.extensions / ChatKtx / openMessageContent
openMessageContent
open suspend fun Chat.openMessageContent(messageId: Long): Unit
Suspend function, which 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.
Parameters
messageId - Identifier of the message with the opened content.