MadelineProto/docs/API_docs/constructors/inputStickeredMediaDocument.md

15 lines
386 B
Markdown
Raw Normal View History

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