UnregisterBot
约 136 字小于 1 分钟
2025-11-06
Karin API Docs / UnregisterBot
类型别名: UnregisterBot()
UnregisterBot = {(
type,index):boolean; (type,selfId):boolean; (type,selfId,address):boolean; }
定义于: packages/core/src/service/bot.ts:34
调用签名
(
type,index):boolean
参数
type
"index"
index
number
适配器索引
返回
boolean
Description
通过索引ID卸载Bot
调用签名
(
type,selfId):boolean
参数
type
"selfId"
selfId
string
机器人ID
返回
boolean
Description
通过BotID卸载Bot
调用签名
(
type,selfId,address):boolean
参数
type
"address"
卸载类型
selfId
string
机器人ID
address
string
机器人地址
返回
boolean
Description
通过BotID和地址卸载Bot
