Skip to content

Interface: BotOptions

Properties

axios?

optional axios: CreateAxiosDefaults<any>

axios 实例配置。

Defined in

src/bot.ts:46


ws?

optional ws: WsClient

WebSocket 接口。

Defined in

src/bot.ts:48

Released under the MIT License.