MadelineProto/docs/API_docs/constructors/inputStickeredMediaDocument.md

17 lines
351 B
Markdown

## Constructor: inputStickeredMediaDocument
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[InputDocument](../types/InputDocument.md) | Required|
### Type: [InputStickeredMedia](../types/InputStickeredMedia.md)
### Example:
```
$inputStickeredMediaDocument = ['id' => InputDocument, ];
```