MadelineProtoDocs/docs/API_docs/constructors/updateDialogUnreadMark.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];