Constructor: updateDialogUnreadMark
The manual unread mark of a chat was changed
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| unread | Bool | Optional | Was the chat marked or unmarked as read |
| peer | DialogPeer | Yes | The dialog |
| saved_peer_id | Peer | Optional | If set, the mark is related to the specified monoforum topic ID ». |
Type: Update
Example:
$updateDialogUnreadMark = ['_' => 'updateDialogUnreadMark', 'unread' => Bool, 'peer' => DialogPeer, 'saved_peer_id' => Peer];