|
tgbot-cpp
|
This object contains information about an incoming shipping query. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ShippingQuery> |
Public Attributes | |
| std::string | id { } |
| Unique query identifier. | |
| std::shared_ptr< User > | from { } |
| User who sent the query. | |
| std::string | invoicePayload { } |
| Bot-specified invoice payload. | |
| std::shared_ptr< ShippingAddress > | shippingAddress { } |
| User specified shipping address. | |
This object contains information about an incoming shipping query.
| using TgBot::ShippingQuery::Ptr = std::shared_ptr<ShippingQuery> |
| std::shared_ptr<User> TgBot::ShippingQuery::from { } |
| std::string TgBot::ShippingQuery::id { } |
| std::string TgBot::ShippingQuery::invoicePayload { } |
| std::shared_ptr<ShippingAddress> TgBot::ShippingQuery::shippingAddress { } |