788 B
788 B
title | description | image |
---|---|---|
updateDialogUnreadMark | Update dialog unread mark | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateDialogUnreadMark
Update dialog unread mark
Attributes:
Name | Type | Required | Description |
---|---|---|---|
unread | Bool | Optional | Unread? |
peer | DialogPeer | Yes | Peer |
Type: Update
Example:
$updateDialogUnreadMark = ['_' => 'updateDialogUnreadMark', 'unread' => Bool, 'peer' => DialogPeer];
Or, if you're into Lua:
updateDialogUnreadMark={_='updateDialogUnreadMark', unread=Bool, peer=DialogPeer}