1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 15:14:39 +01:00
MadelineProto/docs/API_docs/constructors/inputStickeredMediaDocument.md

18 lines
389 B
Markdown
Raw Normal View History

## Constructor: inputStickeredMediaDocument
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[InputDocument](../types/InputDocument.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [InputStickeredMedia](../types/InputStickeredMedia.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputStickeredMediaDocument = ['_' => inputStickeredMediaDocument', 'id' => InputDocument, ];
```