MadelineProtoDocs/docs/API_docs/constructors/inputStickeredMediaDocument.md
2024-05-01 14:53:46 +02:00

769 B

title description nav_exclude image
inputStickeredMediaDocument A document with stickers attached true 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];