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 |
Type: Update
Example:
$updateDialogUnreadMark = ['_' => 'updateDialogUnreadMark', 'unread' => Bool, 'peer' => DialogPeer];