BusinessLocation¶
- class telegram.BusinessLocation(address, location=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This 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
address
is equal.Available In
Added in version 21.1.
- Parameters:
location (
telegram.Location
, optional) – Location of the business.