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

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
 

Detailed Description

This object represents a shipping address.

Member Data Documentation

◆ city

char* telebot_shipping_address::city

City

◆ country_code

char* telebot_shipping_address::country_code

ISO 3166-1 alpha-2 country code

◆ post_code

char* telebot_shipping_address::post_code

Address post code

◆ state

char* telebot_shipping_address::state

State, if applicable

◆ street_line1

char* telebot_shipping_address::street_line1

First line for the address

◆ street_line2

char* telebot_shipping_address::street_line2

Second line for the address


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