|
Telebot 9.4
Library for Telegram bot API
|
This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results. More...
#include <telebot-types.h>
Public Attributes | |
| char * | id |
| struct telebot_user * | from |
| char * | query |
| char * | offset |
| char * | chat_type |
| struct telebot_location * | location |
This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results.
| char* telebot_inline_query::chat_type |
Optional. Type of the chat from which the inline query was sent
| struct telebot_user* telebot_inline_query::from |
Sender
| char* telebot_inline_query::id |
Unique identifier for this query
| struct telebot_location* telebot_inline_query::location |
Optional. Sender location, only for bots that request user location
| char* telebot_inline_query::offset |
Offset of the results to be returned, can be controlled by the bot
| char* telebot_inline_query::query |
Text of the query (up to 256 characters)