28 lines
517 B
Markdown
28 lines
517 B
Markdown
---
|
|
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, ];
|
|
```
|
|
|