mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 22:17:45 +01:00
664 B
664 B
title | description |
---|---|
inputStickeredMediaDocument | inputStickeredMediaDocument attributes, type and example |
Constructor: inputStickeredMediaDocument
Attributes:
Name | Type | Required |
---|---|---|
id | InputDocument | Yes |
Type: InputStickeredMedia
Example:
$inputStickeredMediaDocument = ['_' => 'inputStickeredMediaDocument', 'id' => InputDocument, ];
Or, if you're into Lua:
inputStickeredMediaDocument={_='inputStickeredMediaDocument', id=InputDocument, }