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

This object represents an inline keyboard that appears right next to the message it belongs to.

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

- `inline_keyboard`: Array of button rows, each represented by an Array of InlineKeyboardButton objects

# `t`

```elixir
@type t() :: %ExGram.Model.InlineKeyboardMarkup{
  inline_keyboard: [[ExGram.Model.InlineKeyboardButton.t()]]
}
```

# `decode_as`

---

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