# `ExGram.Responses.EditInline`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.65.0/lib/ex_gram/responses/edit_inline.ex#L1)

Edit inline message response using `ExGram.edit_message_text/2`.

This response type edits the text content of either a regular message or an inline
message. It automatically detects which type based on the provided message identifiers.

Used by `ExGram.Dsl` for editing message responses.

---

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