MadelineProto/docs/API_docs/constructors/messages_botResults.md

31 lines
852 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
title: messages_botResults
2016-12-20 13:32:11 +01:00
description: messages_botResults attributes, type and example
2016-12-20 13:15:22 +01:00
---
## Constructor: messages\_botResults
2016-12-20 13:15:22 +01:00
[Back to constructors index](index.md)
### 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-30 21:21:36 +01:00
$messages_botResults = ['_' => 'messages_botResults', 'gallery' => true, 'query_id' => long, 'next_offset' => string, 'switch_pm' => InlineBotSwitchPM, 'results' => [Vector t], ];
```