Skip to content

Interface: SendPhotoOptions

Properties

height?

optional height: number

图片高度。

Defined in

src/bot-options.ts:76


reply_markup?

optional reply_markup: ReplyKeyboardMarkup | ReplyKeyboardRemove | InlineKeyboardMarkup

附加选项。

See

telegram 对内联消息的定义

Defined in

src/bot-options.ts:83


reply_to_message_id?

optional reply_to_message_id: number

回复的消息 ID。

Defined in

src/bot-options.ts:78


width?

optional width: number

图片宽度。

Defined in

src/bot-options.ts:74

Released under the MIT License.