View Source ExGram.Model.ReactionTypeCustomEmoji (ex_gram v0.52.2)

The reaction is based on a custom emoji.

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

Summary

Types

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

Functions