Optional
disableWebPreview?: booleanWhether to disable links preview in this message
Optional
invertMedia?: booleanWhether to invert media position.
Currently only supported for web previews and makes the client render the preview above the caption and not below.
Optional
media?: InputMediaLikeNew message media
Inline message ID, either as a TL object, or as a TDLib and Bot API compatible string
Optional
progressCallback?: (uploaded: number, total: number) => voidFor media, upload progress callback.
Optional
replyMarkup?: ReplyMarkupFor bots: new reply markup. If omitted, existing markup will be removed.
Optional
text?: InputTextNew message text
When media
is passed, media.caption
is used instead
Edit sent inline message text, media and reply markup.