|
Telebot 9.4
Library for Telegram bot API
|
This object represents a shipping address. More...
#include <telebot-types.h>
Public Attributes | |
| char * | country_code |
| char * | state |
| char * | city |
| char * | street_line1 |
| char * | street_line2 |
| char * | post_code |
This object represents a shipping address.
| char* telebot_shipping_address::city |
City
| char* telebot_shipping_address::country_code |
ISO 3166-1 alpha-2 country code
| char* telebot_shipping_address::post_code |
Address post code
| char* telebot_shipping_address::state |
State, if applicable
| char* telebot_shipping_address::street_line1 |
First line for the address
| char* telebot_shipping_address::street_line2 |
Second line for the address