34 lines
451 B
Markdown
34 lines
451 B
Markdown
|
---
|
||
|
title: inputMessagePinned
|
||
|
description: Message pinned
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputMessagePinned
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Message pinned
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputMessage](../types/InputMessage.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$inputMessagePinned = ['_' => 'inputMessagePinned'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
inputMessagePinned={_='inputMessagePinned'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|