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

The reaction is based on an emoji.

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

- `type`: Type of the reaction, always "emoji”
- `emoji`: Reaction emoji. Currently, it can be one of "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""

# `t`

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

# `decode_as`

---

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