ShippingQuery¶
- class pyrogram.types.ShippingQuery¶
 This object contains information about an incoming shipping query.
- Parameters:¶
 id (
str) – Unique query identifier.from_user (
User) – User who sent the query.invoice_payload (
str) – Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes.shipping_address (
ShippingAddress) – User specified shipping address. Only available to the bot that received the payment.