MadelineProtoDocs/old_docs/API_docs_v66/constructors/inputStickeredMediaDocument.md

828 B

title description image
inputStickeredMediaDocument A document with stickers attached https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputStickeredMediaDocument

Back to constructors index

A document with stickers attached

Attributes:

Name Type Required Description
id MessageMedia, Message, Update or InputDocument Optional The document

Type: InputStickeredMedia

Example:

$inputStickeredMediaDocument = ['_' => 'inputStickeredMediaDocument', 'id' => InputDocument];

Or, if you're into Lua:

inputStickeredMediaDocument={_='inputStickeredMediaDocument', id=InputDocument}