MadelineProto/docs/TD_docs/constructors/updateChatReadInbox.md
2017-08-25 15:05:53 +02:00

25 lines
613 B
Markdown

---
title: updateChatReadInbox
description: Some incoming messages was read
---
## Constructor: updateChatReadInbox
[Back to constructors index](index.md)
Some incoming messages was read
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
|last\_read\_inbox\_message\_id|[int53](../types/int53.md) | Yes|Identifier of last read incoming message|
|unread\_count|[int](../types/int.md) | Yes|Number of unread messages left in chat|
### Type: [Update](../types/Update.md)