26 lines
690 B
Markdown
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)
|
|
|
|
|