From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/class_tg_bot_1_1_shipping_address.html | 279 ---------------------------- 1 file changed, 279 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_shipping_address.html (limited to 'docs/class_tg_bot_1_1_shipping_address.html') diff --git a/docs/class_tg_bot_1_1_shipping_address.html b/docs/class_tg_bot_1_1_shipping_address.html deleted file mode 100644 index 7a4ab43..0000000 --- a/docs/class_tg_bot_1_1_shipping_address.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -tgbot-cpp: TgBot::ShippingAddress Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::ShippingAddress Class Reference
-
-
- -

This object represents a shipping address. - More...

- -

#include <ShippingAddress.h>

- - - - -

-Public Types

typedef std::shared_ptr< ShippingAddressPtr
 
- - - - - - - - - - - - - - - - - - -

-Public Attributes

std::string countryCode
 ISO 3166-1 alpha-2 country code. More...
 
std::string state
 State, if applicable. More...
 
std::string city
 City. More...
 
std::string streetLine1
 First line for the address. More...
 
std::string streetLine2
 Second line for the address. More...
 
std::string postCode
 
-

Detailed Description

-

This object represents a shipping address.

-

https://core.telegram.org/bots/api#shippingaddress

- -

Definition at line 39 of file ShippingAddress.h.

-

Member Typedef Documentation

- -
-
- - - - -
typedef std::shared_ptr<ShippingAddress> TgBot::ShippingAddress::Ptr
-
- -

Definition at line 41 of file ShippingAddress.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
std::string TgBot::ShippingAddress::city
-
- -

City.

- -

Definition at line 56 of file ShippingAddress.h.

- -
-
- -
-
- - - - -
std::string TgBot::ShippingAddress::countryCode
-
- -

ISO 3166-1 alpha-2 country code.

- -

Definition at line 46 of file ShippingAddress.h.

- -
-
- -
-
- - - - -
std::string TgBot::ShippingAddress::postCode
-
-

Address post code.

- -

Definition at line 71 of file ShippingAddress.h.

- -
-
- -
-
- - - - -
std::string TgBot::ShippingAddress::state
-
- -

State, if applicable.

- -

Definition at line 51 of file ShippingAddress.h.

- -
-
- -
-
- - - - -
std::string TgBot::ShippingAddress::streetLine1
-
- -

First line for the address.

- -

Definition at line 61 of file ShippingAddress.h.

- -
-
- -
-
- - - - -
std::string TgBot::ShippingAddress::streetLine2
-
- -

Second line for the address.

- -

Definition at line 66 of file ShippingAddress.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.3