Layer 227
MessagesGetInlineBotResults
Query an inline bot
method
Users
messages.getInlineBotResults#514e999d flags:# bot:InputUser peer:InputPeer geo_point:flags.0?InputGeoPoint query:string offset:string = messages.BotResults;
Parameters
Returns
messages.BotResultsGogram Example
// MessagesGetInlineBotResults - positional arguments result, err := client.MessagesGetInlineBotResults(&tg.InputUserSelf{}, &tg.InputPeerUser{UserID: int64(777000)}, nil, "Hello, World!", "Hello, World!") if err != nil { // handle error } // result is *tg.MessagesBotResults
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | BOT_INLINE_DISABLED | This bot can't be used in inline mode. |
| 400 | BOT_INVALID | This is not a valid bot. |
| 400 | BOT_RESPONSE_TIMEOUT | A timeout occurred while fetching data from the bot. |
| 400 | CHANNEL_INVALID | The provided channel is invalid. |
| 406 | CHANNEL_PRIVATE | You haven't joined this channel/supergroup. |
| 400 | INPUT_USER_DEACTIVATED | The specified user was deleted. |
| 400 | MSG_ID_INVALID | Invalid message ID provided. |
| -503 | Timeout | Timeout while fetching data. |