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

Describes an inline message sent by a guest bot.

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

- `inline_message_id`: Identifier of the sent inline message

# `t`

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

# `decode_as`

---

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