ExGram.Model.StoryArea (ex_gram v0.64.0)

Copy Markdown View Source

Describes a clickable area on a story media.

Check the documentation of this model on Telegram Bot API

  • position: Position of the area
  • type: Type of the area

Summary

Types

t()

@type t() :: %ExGram.Model.StoryArea{
  position: ExGram.Model.StoryAreaPosition.t(),
  type: ExGram.Model.StoryAreaType.t()
}

Functions

decode_as()