tgbot-cpp
|
This object contains information about an incoming shipping query. More...
#include <ShippingQuery.h>
Public Types | |
typedef std::shared_ptr< ShippingQuery > | Ptr |
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... | |
This object contains information about an incoming shipping query.
https://core.telegram.org/bots/api#shippingquery
Definition at line 42 of file ShippingQuery.h.
typedef std::shared_ptr<ShippingQuery> TgBot::ShippingQuery::Ptr |
Definition at line 44 of file ShippingQuery.h.
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.