ExGram.Model.ReactionTypeCustomEmoji (ex_gram v0.55.1)

View Source

The reaction is based on a custom emoji.

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

Summary

Types

t()

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

Functions

decode_as()