TDLib v0.0.2 TDLib.Method.OpenMessageContent View Source
This method should be called if 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.
Returns object_ptr
Name | Type | Description |
---|---|---|
chat_id | string | Chat identifier of the message. |
message_id | string | Identifier of the message with the opened content. |
More details on telegram’s documentation.