Describes a story area pointing to a location. Currently, a story can have up to 10 location areas.
Check the documentation of this model on Telegram Bot API
type: Type of the area, always "location”latitude: Location latitude in degreeslongitude: Location longitude in degreesaddress (optional): Optional. Address of the location
Summary
Types
@type t() :: %ExGram.Model.StoryAreaTypeLocation{ address: ExGram.Model.LocationAddress.t() | nil, latitude: float(), longitude: float(), type: String.t() }