ExGram.Model.ReactionTypeEmoji (ex_gram v0.64.0)

Copy Markdown View Source

The reaction is based on an emoji.

Check the documentation of this model on Telegram Bot API

  • type: Type of the reaction, always "emoji”
  • emoji: Reaction emoji. Currently, it can be one of "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""

Summary

Types

t()

@type t() :: %ExGram.Model.ReactionTypeEmoji{emoji: String.t(), type: String.t()}

Functions

decode_as()