Skip to content

Interface: BotCommand

Properties

app_id

app_id: string

打开的小程序 app id。

Defined in

src/typings/user.ts:126


clickable

clickable: string

点击发出的命令蓝字是否可以再次发出。

Defined in

src/typings/user.ts:124


command

command: string

命令标题(1~32 字符,仅包含小写英文字母、数字和下划线)。

Defined in

src/typings/user.ts:114


description

description: string

命令描述(3~256 字符)。

Defined in

src/typings/user.ts:116


form_parameters

form_parameters: BotCommandParameter[]

表单参数。

Defined in

src/typings/user.ts:120


hide

hide: string

发出的消息是否仅触发命令的用户可见。

Defined in

src/typings/user.ts:122


url

url: string

打开的链接。

Defined in

src/typings/user.ts:128


visible_level

visible_level: BotCommandVisibleLevel

可见级别。

Defined in

src/typings/user.ts:118

Released under the MIT License.