mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 16:39:36 +01:00
21 lines
551 B
Markdown
21 lines
551 B
Markdown
## Constructor: updateDeleteChannelMessages
|
|
|
|
### 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, ];
|
|
``` |