Interface MessageReadDateUnread

The message is unread yet. Subtype of MessageReadDate.

interface MessageReadDateUnread {
    @type: "messageReadDateUnread";
}

Properties

Properties

@type: "messageReadDateUnread"