mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
687 B
687 B
Constructor: messages_botResults
Attributes:
Name | Type | Required |
---|---|---|
gallery | Bool | Optional |
query_id | long | Required |
next_offset | string | Optional |
switch_pm | InlineBotSwitchPM | Optional |
results | Array of BotInlineResult | Required |
Type: messages_BotResults
Example:
$messages_botResults = ['gallery' => Bool, 'query_id' => long, 'next_offset' => string, 'switch_pm' => InlineBotSwitchPM, 'results' => [BotInlineResult], ];