25 lines
617 B
Markdown
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)
|
|
|
|
|