# `ExGram.Model.PreparedKeyboardButton`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.65.0/lib/ex_gram.ex#L6118)

Describes a keyboard button to be used by a user of a Mini App.

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

- `id`: Unique identifier of the keyboard button

# `t`

```elixir
@type t() :: %ExGram.Model.PreparedKeyboardButton{id: String.t()}
```

# `decode_as`

---

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