mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
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, ];
|
||
|
```
|
||
|
|