MadelineProtoDocs/docs/API_docs/constructors/inputMessagePinned.md
2018-04-01 13:24:46 +02:00

491 B

title description
inputMessagePinned inputMessagePinned attributes, type and example

Constructor: inputMessagePinned

Back to constructors index

Type: InputMessage

Example:

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

PWRTelegram json-encoded version:

{"_": "inputMessagePinned"}

Or, if you're into Lua:

inputMessagePinned={_='inputMessagePinned'}