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

Describes a story area pointing to a suggested reaction. Currently, a story can have up to 5 suggested reaction areas.

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

Summary

Types

@type t() :: %ExGram.Model.StoryAreaTypeSuggestedReaction{
  is_dark: boolean() | nil,
  is_flipped: boolean() | nil,
  reaction_type: ExGram.Model.ReactionType.t(),
  type: String.t()
}

Functions