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

This object contains information about an incoming shipping query. More...

#include <telebot-types.h>

Public Attributes

char * id
 
struct telebot_userfrom
 
char * invoice_payload
 
struct telebot_shipping_addressshipping_address
 

Detailed Description

This object contains information about an incoming shipping query.

Member Data Documentation

◆ from

struct telebot_user* telebot_shipping_query::from

User who sent the query

◆ id

char* telebot_shipping_query::id

Unique query identifier

◆ invoice_payload

char* telebot_shipping_query::invoice_payload

Bot specified invoice payload

◆ shipping_address

struct telebot_shipping_address* telebot_shipping_query::shipping_address

User specified shipping address


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