Interface MessageReadDateRead

Describes read date of a recent outgoing message in a private chat. Subtype of MessageReadDate.

interface MessageReadDateRead {
    @type: "messageReadDateRead";
    read_date: number;
}

Properties

Properties

@type: "messageReadDateRead"
read_date: number

Point in time (Unix timestamp) when the message was read by the other user.