MadelineProto/docs/API_docs/constructors/updateDialogPinned.md

28 lines
517 B
Markdown
Raw Normal View History

---
title: updateDialogPinned
description: updateDialogPinned attributes, type and example
---
## Constructor: updateDialogPinned
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|pinned|[Bool](../types/Bool.md) | Optional|
|peer|[Peer](../types/Peer.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateDialogPinned = ['_' => 'updateDialogPinned', 'pinned' => true, 'peer' => Peer, ];
```