ExGram.Model.ReactionTypeCustomEmoji (ex_gram v0.64.0)

Copy Markdown View Source

The reaction is based on a custom emoji.

Check the documentation of this model on Telegram Bot API

  • type: Type of the reaction, always "custom_emoji”
  • custom_emoji_id: Custom emoji identifier

Summary

Types

t()

@type t() :: %ExGram.Model.ReactionTypeCustomEmoji{
  custom_emoji_id: String.t(),
  type: String.t()
}

Functions

decode_as()