The ID of the message (or Message itself) to be edited. If the entity was a Message, then this message will be treated as the new text.
The new text of the message. Does nothing if the entity was a Message.
See the TelegramClient.parseMode property for allowed values. Markdown parsing will be used by default.
A list of message formatting entities. When provided, the parseMode is ignored.
Should the link preview be shown?
The file object that should replace the existing media in the message. Does nothing if entity was a Message
Whether to send the given file as a document or not.
The matrix (list of lists), row list or button to be shown after sending the message.
This parameter will only work if you have signed in as a bot. You can also pass your own ReplyMarkup here.
All the following limits apply together:
If set, the message won't be edited immediately, and instead it will be scheduled to be automatically edited at a later time.
Generated using TypeDoc
Interface for editing messages