peyk.platforms.telegram.types.business_location¶
Classes
|
Contains information about the location of a Telegram Business account. |
- class peyk.platforms.telegram.types.business_location.BusinessLocation(address: str, location: Location | None = None)[source]¶
Bases:
objectContains information about the location of a Telegram Business account.
- Variables:
address (str) – Address of the business
location (peyk.platforms.telegram.types.location.Location | None) – Location of the business
- address: str¶
- classmethod from_dict(data: dict | None) BusinessLocation | None[source]¶
Provides the from dict operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.