4baac3178e
Add PHP, Lua language tag to Code area
904 B
904 B
title | description | image |
---|---|---|
inputStickeredMediaDocument | inputStickeredMediaDocument attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputStickeredMediaDocument
Attributes:
Name | Type | Required |
---|---|---|
id | MessageMedia, Message, Update or InputDocument | Optional |
Type: InputStickeredMedia
Example:
$inputStickeredMediaDocument = ['_' => 'inputStickeredMediaDocument', 'id' => InputDocument];
PWRTelegram json-encoded version:
{"_": "inputStickeredMediaDocument", "id": InputDocument}
Or, if you're into Lua:
inputStickeredMediaDocument={_='inputStickeredMediaDocument', id=InputDocument}