1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 05:39:37 +01:00
MadelineProto/docs/API_docs/constructors/updateEncryptedMessagesRead.md
2016-12-30 23:21:36 +03:00

27 lines
620 B
Markdown

---
title: updateEncryptedMessagesRead
description: updateEncryptedMessagesRead attributes, type and example
---
## Constructor: updateEncryptedMessagesRead
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat\_id|[int](../types/int.md) | Required|
|max\_date|[int](../types/int.md) | Required|
|date|[int](../types/int.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateEncryptedMessagesRead = ['_' => 'updateEncryptedMessagesRead', 'chat_id' => int, 'max_date' => int, 'date' => int, ];
```