mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
769 B
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
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];