Interface UpdateMessageContentOpened

The message content was opened. Updates voice note messages to "listened", video note messages to "viewed" and starts the self-destruct timer. Subtype of Update.

interface UpdateMessageContentOpened {
    @type: "updateMessageContentOpened";
    chat_id: number;
    message_id: number;
}

Properties

@type: "updateMessageContentOpened"
chat_id: number

Chat identifier.

message_id: number

Message identifier.