mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
812 B
812 B
title | description | nav_exclude | image |
---|---|---|---|
updateDialogUnreadMark | The manual unread mark of a chat was changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];