|
Telebot 9.4
Library for Telegram bot API
|
This object contains information about an incoming shipping query. More...
#include <telebot-types.h>
Public Attributes | |
| char * | id |
| struct telebot_user * | from |
| char * | invoice_payload |
| struct telebot_shipping_address * | shipping_address |
This object contains information about an incoming shipping query.
| struct telebot_user* telebot_shipping_query::from |
User who sent the query
| char* telebot_shipping_query::id |
Unique query identifier
| char* telebot_shipping_query::invoice_payload |
Bot specified invoice payload
| struct telebot_shipping_address* telebot_shipping_query::shipping_address |
User specified shipping address