mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 08:39:37 +01:00
18 lines
362 B
Markdown
18 lines
362 B
Markdown
## Constructor: updateChannelPinnedMessage
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|channel\_id|[int](../types/int.md) | Required|
|
|
|id|[int](../types/int.md) | Required|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$updateChannelPinnedMessage = ['channel_id' => int, 'id' => int, ];
|
|
``` |