ShippingAddress#

class pyrogram.types.ShippingAddress#

This object represents a shipping address.

Parameters:
  • country_code (str) – Two-letter ISO 3166-1 alpha-2 country code.

  • state (str) – State, if applicable.

  • city (str) – City.

  • street_line1 (str) – First line for the address.

  • street_line2 (str) – Second line for the address.

  • post_code (str) – Address post code.