Interface UpdateChatReadOutbox

Outgoing messages were read. Subtype of Update.

interface UpdateChatReadOutbox {
    @type: "updateChatReadOutbox";
    chat_id: number;
    last_read_outbox_message_id: number;
}

Properties

@type: "updateChatReadOutbox"
chat_id: number

Chat identifier.

last_read_outbox_message_id: number

Identifier of last read outgoing message.