---
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'}

```