|
Telebot 9.4
Library for Telegram bot API
|
Represents a result of an inline query that was chosen by the user and sent to their chat partner. More...
#include <telebot-types.h>
Public Attributes | |
| char * | result_id |
| struct telebot_user * | from |
| struct telebot_location * | location |
| char * | inline_message_id |
| char * | query |
Represents a result of an inline query that was chosen by the user and sent to their chat partner.
| struct telebot_user* telebot_chosen_inline_result::from |
The user who chose the result
| char* telebot_chosen_inline_result::inline_message_id |
Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used to edit the message.
| struct telebot_location* telebot_chosen_inline_result::location |
Optional. Sender location, only for bots that request user location
| char* telebot_chosen_inline_result::query |
The query that was used to obtain the result
| char* telebot_chosen_inline_result::result_id |
The unique identifier for the result that was chosen