OrderInfo#

class pyrogram.types.OrderInfo#

This object represents information about an order.

Parameters:
  • name (str, optional) – User name.

  • phone_number (str, optional) – User’s phone number.

  • email (str, optional) – User email.

  • shipping_address (ShippingAddress, optional) – User shipping address.