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 specified invoice payload. Only available to the bot that received the payment.

  • shipping_address (ShippingAddress) – User specified shipping address. Only available to the bot that received the payment.