Skip to content

Interface: EditMessageOptions

Properties

disable_web_page_preview?

optional disable_web_page_preview: boolean

是否关闭链接预览。

Defined in

src/bot-options.ts:99


parse_mode?

optional parse_mode: string

解析模式,同 SendMessageOptions.parse_mode

Defined in

src/bot-options.ts:97


reply_markup?

optional reply_markup: InlineKeyboardMarkup

内联键盘对象。

Defined in

src/bot-options.ts:101


selective?

optional selective: boolean

是否关闭预览。

Defined in

src/bot-options.ts:103

Released under the MIT License.