1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 17:47:22 +01:00
MadelineProto/docs/API_docs/constructors/updateReadHistoryOutbox.md
2016-12-19 20:56:05 +03:00

21 lines
510 B
Markdown

## Constructor: updateReadHistoryOutbox
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|peer|[Peer](../types/Peer.md) | Required|
|max\_id|[int](../types/int.md) | Required|
|pts|[int](../types/int.md) | Required|
|pts\_count|[int](../types/int.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateReadHistoryOutbox = ['_' => updateReadHistoryOutbox', 'peer' => Peer, 'max_id' => int, 'pts' => int, 'pts_count' => int, ];
```