2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
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 |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-08-25 15:05:53 +02:00
|
|
|
|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|
|
2017-12-21 21:08:25 +01:00
|
|
|
|unread\_count|[int](../types/int.md) | Yes|Number of unread messages left in the chat|
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|