# `ExGram.Model.InputRichMessageContent`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.67.0/lib/ex_gram.ex#L7845)

Represents the content of a rich message to be sent as the result of an inline query.

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

- `rich_message`: The message to be sent

# `t`

```elixir
@type t() :: %ExGram.Model.InputRichMessageContent{
  rich_message: ExGram.Model.InputRichMessage.t()
}
```

# `decode_as`

---

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