From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_shipping_query.html | 226 ------------------------------ 1 file changed, 226 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_shipping_query.html (limited to 'docs/class_tg_bot_1_1_shipping_query.html') diff --git a/docs/class_tg_bot_1_1_shipping_query.html b/docs/class_tg_bot_1_1_shipping_query.html deleted file mode 100644 index 4150758..0000000 --- a/docs/class_tg_bot_1_1_shipping_query.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::ShippingQuery Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::ShippingQuery Class Reference
-
-
- -

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

- -

#include <ShippingQuery.h>

- - - - -

-Public Types

typedef std::shared_ptr< ShippingQueryPtr
 
- - - - - - - - - - - - - -

-Public Attributes

std::string id
 Unique query identifier. More...
 
User::Ptr from
 User who sent the query. More...
 
std::string invoicePayload
 Bot specified invoice payload. More...
 
ShippingAddress::Ptr shippingAddress
 User specified shipping address. More...
 
-

Detailed Description

-

This object contains information about an incoming shipping query.

-

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

- -

Definition at line 42 of file ShippingQuery.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 44 of file ShippingQuery.h.

- -
-
-

Member Data Documentation

- -

◆ from

- -
-
- - - - -
User::Ptr TgBot::ShippingQuery::from
-
- -

User who sent the query.

- -

Definition at line 54 of file ShippingQuery.h.

- -
-
- -

◆ id

- -
-
- - - - -
std::string TgBot::ShippingQuery::id
-
- -

Unique query identifier.

- -

Definition at line 49 of file ShippingQuery.h.

- -
-
- -

◆ invoicePayload

- -
-
- - - - -
std::string TgBot::ShippingQuery::invoicePayload
-
- -

Bot specified invoice payload.

- -

Definition at line 59 of file ShippingQuery.h.

- -
-
- -

◆ shippingAddress

- -
-
- - - - -
ShippingAddress::Ptr TgBot::ShippingQuery::shippingAddress
-
- -

User specified shipping address.

- -

Definition at line 64 of file ShippingQuery.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_shipping_query.html | 243 ++++++++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 docs/class_tg_bot_1_1_shipping_query.html (limited to 'docs/class_tg_bot_1_1_shipping_query.html') diff --git a/docs/class_tg_bot_1_1_shipping_query.html b/docs/class_tg_bot_1_1_shipping_query.html new file mode 100644 index 0000000..b212f13 --- /dev/null +++ b/docs/class_tg_bot_1_1_shipping_query.html @@ -0,0 +1,243 @@ + + + + + + +tgbot-cpp: TgBot::ShippingQuery Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::ShippingQuery Class Reference
+
+
+ +

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

+ +

#include <ShippingQuery.h>

+ + + + +

+Public Types

typedef std::shared_ptr< ShippingQueryPtr
 
+ + + + + + + + + + + + + +

+Public Attributes

std::string id
 Unique query identifier. More...
 
User::Ptr from
 User who sent the query. More...
 
std::string invoicePayload
 Bot specified invoice payload. More...
 
ShippingAddress::Ptr shippingAddress
 User specified shipping address. More...
 
+

Detailed Description

+

This object contains information about an incoming shipping query.

+

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

+ +

Definition at line 42 of file ShippingQuery.h.

+

Member Typedef Documentation

+ +
+
+ + + + +
typedef std::shared_ptr<ShippingQuery> TgBot::ShippingQuery::Ptr
+
+ +

Definition at line 44 of file ShippingQuery.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
User::Ptr TgBot::ShippingQuery::from
+
+ +

User who sent the query.

+ +

Definition at line 54 of file ShippingQuery.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::ShippingQuery::id
+
+ +

Unique query identifier.

+ +

Definition at line 49 of file ShippingQuery.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::ShippingQuery::invoicePayload
+
+ +

Bot specified invoice payload.

+ +

Definition at line 59 of file ShippingQuery.h.

+ +
+
+ +
+
+ + + + +
ShippingAddress::Ptr TgBot::ShippingQuery::shippingAddress
+
+ +

User specified shipping address.

+ +

Definition at line 64 of file ShippingQuery.h.

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