923 B
923 B
title | description |
---|---|
updateChatReadInbox | Some incoming messages was read |
Constructor: updateChatReadInbox
Some incoming messages was read
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | Chat identifier |
last_read_inbox_message_id | long | Yes | Identifier of last read incoming message |
unread_count | int | Yes | Number of unread messages left in chat |
Type: Update
Example:
$updateChatReadInbox = ['_' => 'updateChatReadInbox', 'chat_id' => long, 'last_read_inbox_message_id' => long, 'unread_count' => int, ];
Or, if you're into Lua:
updateChatReadInbox={_='updateChatReadInbox', chat_id=long, last_read_inbox_message_id=long, unread_count=int, }