27 lines
548 B
Markdown
27 lines
548 B
Markdown
---
|
|
title: inputStickeredMediaDocument
|
|
description: inputStickeredMediaDocument attributes, type and example
|
|
---
|
|
## Constructor: inputStickeredMediaDocument
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|id|[InputDocument](../types/InputDocument.md) | Required|
|
|
|
|
|
|
|
|
### Type: [InputStickeredMedia](../types/InputStickeredMedia.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputStickeredMediaDocument = ['_' => 'inputStickeredMediaDocument', 'id' => InputDocument, ];
|
|
```
|
|
|