# `ExGram.Model.ReactionTypeCustomEmoji`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L5369)

The reaction is based on a custom emoji.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#reactiontypecustomemoji)

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

# `t`

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

# `decode_as`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
