ShippingQuery

Information about an incoming shipping query

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

from
User from;

User who sent the query

id
string id;

Unique query identifier

invoice_payload
string invoice_payload;

Bot specified invoice payload

shipping_address
ShippingAddress shipping_address;

User specified shipping address

See Also

Meta