MadelineProto/docs/TD_docs/constructors/updateChatReadInbox.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

25 lines
617 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 the chat|
### Type: [Update](../types/Update.md)