View Source ExGram.Model.StoryAreaTypeLocation (ex_gram v0.55.0)

Describes a story area pointing to a location. Currently, a story can have up to 10 location areas.

Check the documentation of this model in https://core.telegram.org/bots/api#storyareatypelocation

Summary

Types

@type t() :: %ExGram.Model.StoryAreaTypeLocation{
  address: ExGram.Model.LocationAddress.t() | nil,
  latitude: float(),
  longitude: float(),
  type: String.t()
}

Functions