LocationAddress#

class pyrogram.types.LocationAddress#

This object describes the physical address of a location.

Parameters:
  • country_code (str) – The two-letter ISO 3166-1 alpha-2 country code of the country where the location is located.

  • state (str, optional) – State of the location.

  • city (str, optional) – City of the location.

  • street (str, optional) – Street address of the location.