View Source ExGram.Model.StoryArea (ex_gram v0.55.0)
Describes a clickable area on a story media.
Check the documentation of this model in https://core.telegram.org/bots/api#storyarea
Summary
Types
@type t() :: %ExGram.Model.StoryArea{ position: ExGram.Model.StoryAreaPosition.t(), type: ExGram.Model.StoryAreaType.t() }