messages.botResults#e021f2f6 flags:# gallery:flags.0?true query_id:long next_offset:flags.1?string switch_pm:flags.2?InlineBotSwitchPM switch_webview:flags.3?InlineBotWebView results:Vector<BotInlineResult> cache_time:int users:Vector<User> = messages.BotResults;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| gallery |
flags.0?true |
|
| query_id |
long |
Query identifier — return it with the answer. |
| next_offset |
flags.1?string |
Offset for the next page — pass it back on the next call. |
| switch_pm |
flags.2?InlineBotSwitchPM |
|
| switch_webview |
flags.3?InlineBotWebView |
|
| results |
Vector<BotInlineResult> |
Results. |
| cache_time |
int |
How many seconds the answer may be cached. |
| users |
Vector<User> |
Users referenced by the response — the client should put them in its cache. |
Type
messages.BotResults
Related pages
Types used here