17 lines
351 B
Markdown
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, ];
|
||
|
```
|