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

This object contains information about an incoming pre-checkout query. More...

#include <telebot-types.h>

Public Attributes

char * id
 
struct telebot_userfrom
 
char * currency
 
int total_amount
 
char * invoice_payload
 
char * shipping_option_id
 
struct telebot_order_infoorder_info
 

Detailed Description

This object contains information about an incoming pre-checkout query.

Member Data Documentation

◆ currency

char* telebot_pre_checkout_query::currency

Three-letter ISO 4217 currency code

◆ from

struct telebot_user* telebot_pre_checkout_query::from

User who sent the query

◆ id

char* telebot_pre_checkout_query::id

Unique query identifier

◆ invoice_payload

char* telebot_pre_checkout_query::invoice_payload

Bot specified invoice payload

◆ order_info

struct telebot_order_info* telebot_pre_checkout_query::order_info

Optional. Order info provided by the user

◆ shipping_option_id

char* telebot_pre_checkout_query::shipping_option_id

Optional. Identifier of the shipping option chosen by the user

◆ total_amount

int telebot_pre_checkout_query::total_amount

Total amount in the smallest units of the currency (integer, not float/double).


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