MadelineProto/docs/API_docs/constructors/updateChannelPinnedMessage.md

28 lines
556 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, ];
```