View Source ExTDLib.Method.EditInlineMessageText (ExTDLib v0.0.4)
Edits the text of an inline text or game message sent via a bot; for bots only. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| inline_message_id | string | Inline message identifier. |
| reply_markup | ReplyMarkup | The new message reply markup; pass null if none. |
| input_message_content | InputMessageContent | New text content of the message. Must be of type inputMessageText. |
More details on telegram's documentation.