MadelineProto/docs/API_docs/constructors/updateDeleteChannelMessages.md
2016-12-20 13:15:22 +01:00

27 lines
635 B
Markdown

---
title: updateDeleteChannelMessages
---
## Constructor: updateDeleteChannelMessages
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|channel\_id|[int](../types/int.md) | Required|
|messages|Array of [int](../types/int.md) | Required|
|pts|[int](../types/int.md) | Required|
|pts\_count|[int](../types/int.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateDeleteChannelMessages = ['_' => updateDeleteChannelMessages', 'channel_id' => int, 'messages' => [Vector t], 'pts' => int, 'pts_count' => int, ];
```