2016-12-20 13:15:22 +01:00
|
|
|
---
|
|
|
|
title: inputBotInlineResultPhoto
|
2016-12-20 13:32:11 +01:00
|
|
|
description: inputBotInlineResultPhoto attributes, type and example
|
2016-12-20 13:15:22 +01:00
|
|
|
---
|
2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: inputBotInlineResultPhoto
|
2016-12-20 13:15:22 +01:00
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
2016-12-19 16:56:52 +01:00
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|id|[string](../types/string.md) | Required|
|
|
|
|
|type|[string](../types/string.md) | Required|
|
|
|
|
|photo|[InputPhoto](../types/InputPhoto.md) | Required|
|
|
|
|
|send\_message|[InputBotInlineMessage](../types/InputBotInlineMessage.md) | Required|
|
|
|
|
|
2016-12-19 18:56:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputBotInlineResult](../types/InputBotInlineResult.md)
|
|
|
|
|
|
|
|
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$inputBotInlineResultPhoto = ['_' => inputBotInlineResultPhoto', 'id' => string, 'type' => string, 'photo' => InputPhoto, 'send_message' => InputBotInlineMessage, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|