OptionaldisableWebPreview?: booleanWhether to disable links preview in this message
OptionalinvertMedia?: booleanWhether to invert media position.
Currently only supported for web previews and makes the client render the preview above the caption and not below.
Optionalmedia?: InputMediaLikeNew message media
Inline message ID, either as a TL object, or as a TDLib and Bot API compatible string
OptionalprogressCallback?: (uploaded: number, total: number, id?: string) => voidFor media and rich message attachments, upload progress callback.
OptionalreplyMarkup?: ReplyMarkupFor bots: new reply markup. If omitted, existing markup will be removed.
OptionalrichMessage?: InputRichMessageNew rich message content
Optionaltext?: InputTextNew message text
When media is passed, media.caption is used instead
OptionaluploadCache?: RichMediaUploadCacheCache for uploaded rich message media, see createRichStreamingDraft
Edit sent inline message text, media and reply markup.