Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_chosen_inline_result Struct Reference

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_userfrom
 
struct telebot_locationlocation
 
char * inline_message_id
 
char * query
 

Detailed Description

Represents a result of an inline query that was chosen by the user and sent to their chat partner.

Member Data Documentation

◆ from

struct telebot_user* telebot_chosen_inline_result::from

The user who chose the result

◆ inline_message_id

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.

◆ location

struct telebot_location* telebot_chosen_inline_result::location

Optional. Sender location, only for bots that request user location

◆ query

char* telebot_chosen_inline_result::query

The query that was used to obtain the result

◆ result_id

char* telebot_chosen_inline_result::result_id

The unique identifier for the result that was chosen


The documentation for this struct was generated from the following file: