MadelineProtoDocs/docs/API_docs/constructors/inputMessagePinned.md

451 B

title description image
inputMessagePinned Pinned message https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputMessagePinned

Back to constructors index

Pinned message

Type: InputMessage

Example:

$inputMessagePinned = ['_' => 'inputMessagePinned'];

Or, if you're into Lua:

inputMessagePinned={_='inputMessagePinned'}