View Source Telegex.Type.ReactionTypeCustomEmoji (Telegex v1.8.0)

The reaction is based on a custom emoji.

Summary

Types

@type t() :: %Telegex.Type.ReactionTypeCustomEmoji{
  custom_emoji_id: String.t(),
  type: String.t()
}