MadelineProto/old_docs/API_docs_v70/constructors/inputStickeredMediaPhoto.md

43 lines
789 B
Markdown
Raw Normal View History

---
title: inputStickeredMediaPhoto
description: inputStickeredMediaPhoto attributes, type and example
---
## Constructor: inputStickeredMediaPhoto
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|---------------|----------|
|id|[MessageMedia, Message, Update or InputPhoto](../types/InputPhoto.md) | Optional|
### Type: [InputStickeredMedia](../types/InputStickeredMedia.md)
### Example:
```
$inputStickeredMediaPhoto = ['_' => 'inputStickeredMediaPhoto', 'id' => InputPhoto];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputStickeredMediaPhoto", "id": InputPhoto}
```
Or, if you're into Lua:
```
inputStickeredMediaPhoto={_='inputStickeredMediaPhoto', id=InputPhoto}
```