MadelineProto/old_docs/API_docs_v46/constructors/botInlineMediaResultPhoto.md

30 lines
750 B
Markdown
Raw Normal View History

---
title: botInlineMediaResultPhoto
description: botInlineMediaResultPhoto attributes, type and example
---
## Constructor: botInlineMediaResultPhoto
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[string](../types/string.md) | Required|
|type|[string](../types/string.md) | Required|
|photo|[Photo](../types/Photo.md) | Required|
|send\_message|[BotInlineMessage](../types/BotInlineMessage.md) | Required|
### Type: [BotInlineResult](../types/BotInlineResult.md)
### Example:
```
$botInlineMediaResultPhoto = ['_' => 'botInlineMediaResultPhoto', 'id' => string, 'type' => string, 'photo' => Photo, 'send_message' => BotInlineMessage, ];
```