BusinessLocation¶
- class telegram.BusinessLocation(address, location=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectThis object contains information about the location of a Telegram Business account.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
addressis equal.Available In
Added in version 21.1.
- Parameters:
address (
str) – Address of the business.location (
telegram.Location, optional) – Location of the business.