24 #ifndef TGBOT_SHIPPINGQUERY_H 25 #define TGBOT_SHIPPINGQUERY_H 44 typedef std::shared_ptr<ShippingQuery>
Ptr;
68 #endif //TGBOT_SHIPPINGQUERY_H This object contains information about an incoming shipping query.
std::shared_ptr< ShippingQuery > Ptr
std::string id
Unique query identifier.
User::Ptr from
User who sent the query.
std::string invoicePayload
Bot specified invoice payload.
std::shared_ptr< ShippingAddress > Ptr
ShippingAddress::Ptr shippingAddress
User specified shipping address.
std::shared_ptr< User > Ptr