Link Search Menu Expand Document

Constructor: updateDialogUnreadMark

Back to constructors index

The manual unread mark of a chat was changed

Attributes:

NameTypeRequiredDescription
unreadBoolOptionalWas the chat marked or unmarked as read
peerDialogPeerYesThe dialog

Type: Update

Example:

$updateDialogUnreadMark = ['_' => 'updateDialogUnreadMark', 'unread' => Bool, 'peer' => DialogPeer];