OptionalbuttonsThe 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:
OptionalfileThe file object that should replace the existing media in the message. Does nothing if entity was a Message
OptionalforceWhether to send the given file as a document or not.
OptionalformattingA list of message formatting entities. When provided, the parseMode is ignored.
OptionalinvertIf true, media will be shown below the text instead of above.
OptionallinkShould the link preview be shown?
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.
OptionalparseSee the TelegramClient.parseMode property for allowed values. Markdown parsing will be used by default.
OptionalquickIf editing a message inside a quick-reply shortcut, the ID of that shortcut.
OptionalrichNew rich message content (Layer 228 page-block tree).
OptionalscheduleIf set, the message won't be edited immediately, and instead it will be scheduled to be automatically edited at a later time.
OptionalscheduleRepeat period (in seconds) for recurring scheduled messages. Requires schedule.
OptionaltextThe new text of the message. Does nothing if the entity was a Message.
Interface for editing messages