OptionaleffectMessage effect ID (animation/visual effect).
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?
OptionalmediaMedia attached to the draft.
OptionalmessageThe draft text. An empty string (the default) clears the draft.
OptionalparseSee the TelegramClient.parseMode property for allowed values.
OptionalquoteFormatting entities of the quote.
OptionalquoteOffset of the quote within the original message.
OptionalquoteQuoted part of the message being replied to. Requires replyTo.
OptionalreplyThe message to reply to. Accepts a message ID, a Message, or a raw Api.TypeInputReplyTo.
OptionalreplyChat where the quoted message was sent, for quoting messages from other chats.
OptionalrichRich message content (Layer 228). Build it with the Rich helpers (Rich.markdown, Rich.html, Rich.blocks).
OptionalsuggestedSuggested-post metadata for direct-messages channels.
OptionaltopUsed for threads to save the draft in a specific topic.
Interface for saving a draft with TelegramClient.saveDraft.