MadelineProtoDocs/old_docs/API_docs_v30/constructors/inputMessagePinned.md

34 lines
451 B
Markdown

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