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

Describes the position of a clickable area within a story.

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

Summary

Types

@type t() :: %ExGram.Model.StoryAreaPosition{
  corner_radius_percentage: float(),
  height_percentage: float(),
  rotation_angle: float(),
  width_percentage: float(),
  x_percentage: float(),
  y_percentage: float()
}

Functions