StoryAreaTypeLocation¶
- class telegram.StoryAreaTypeLocation(latitude, longitude, address=None, *, api_kwargs=None)[source]¶
Bases:
telegram.StoryAreaType
Describes a story area pointing to a location. Currently, a story can have up to
10
location areas.Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
latitude
andlongitude
are equal.Available In
Added in version 22.1.
- Parameters: