MadelineProto/docs/API_docs/constructors/messages_botResults.md

22 lines
709 B
Markdown
Raw Normal View History

## Constructor: messages\_botResults
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|gallery|[Bool](../types/Bool.md) | Optional|
|query\_id|[long](../types/long.md) | Required|
|next\_offset|[string](../types/string.md) | Optional|
|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional|
|results|Array of [BotInlineResult](../types/BotInlineResult.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [messages\_BotResults](../types/messages_BotResults.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$messages_botResults = ['_' => messages_botResults', 'gallery' => true, 'query_id' => long, 'next_offset' => string, 'switch_pm' => InlineBotSwitchPM, 'results' => [Vector t], ];
```