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