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

Describes an inline message to be sent by a user of a Mini App.

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

- `id`: Unique identifier of the prepared message
- `expiration_date`: Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used

# `t`

```elixir
@type t() :: %ExGram.Model.PreparedInlineMessage{
  expiration_date: integer(),
  id: String.t()
}
```

# `decode_as`

---

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