View Source ExGram.Model.StoryAreaType (ex_gram v0.55.0)
Describes the type of a clickable area on a story. Currently, it can be one of
Check the documentation of this model in https://core.telegram.org/bots/api#storyareatype
Summary
Types
@type t() :: %ExGram.Model.StoryAreaType{ address: ExGram.Model.LocationAddress.t() | nil, latitude: float(), longitude: float(), type: String.t() }