View Source ExTDLib.Method.EditMessageText (ExTDLib v0.0.4)

Edits the text of a message (or a text of a game message). Returns the edited message after the edit is completed on the server side. Returns object_ptr<Message>.

NameTypeDescription
chat_idstringThe chat the message belongs to.
message_idstringIdentifier of the message.
reply_markupReplyMarkupThe new message reply markup; pass null if none; for bots only.
input_message_contentInputMessageContentNew text content of the message. Must be of type inputMessageText.

More details on telegram's documentation.