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