MadelineProtoDocs/docs/TD_docs/constructors/updateChatReadInbox.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

26 lines
690 B
Markdown

---
title: updateChatReadInbox
description: Some incoming messages was read
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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)