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

Describes an inline message sent by a Web App on behalf of a user.

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

- `inline_message_id (optional)`: Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.

# `t`

```elixir
@type t() :: %ExGram.Model.SentWebAppMessage{inline_message_id: String.t() | nil}
```

# `decode_as`

---

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