MadelineProto/docs/API_docs/constructors/updateChannelPinnedMessage.md
2016-12-20 13:32:11 +01:00

26 lines
551 B
Markdown

---
title: updateChannelPinnedMessage
description: updateChannelPinnedMessage attributes, type and example
---
## Constructor: updateChannelPinnedMessage
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|channel\_id|[int](../types/int.md) | Required|
|id|[int](../types/int.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateChannelPinnedMessage = ['_' => updateChannelPinnedMessage', 'channel_id' => int, 'id' => int, ];
```