Preparing search index...
The search index is not available
mirai-ts
mirai-ts
EventType
BotGroupPermissionChangeEvent
Interface BotGroupPermissionChangeEvent
Bot在群里的权限被改变. 操作人一定是群主
interface
BotGroupPermissionChangeEvent
{
current
:
Permission
;
group
:
Group
;
origin
:
Permission
;
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
;
type
:
"BotGroupPermissionChangeEvent"
;
}
Hierarchy (
view full
)
BaseEvent
BotGroupPermissionChangeEvent
Index
Properties
current
group
origin
reply?
type
Properties
current
current
:
Permission
group
group
:
Group
origin
origin
:
Permission
Optional
reply
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
reply 辅助函数
type
type
:
"BotGroupPermissionChangeEvent"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
group
origin
reply
type
mirai-ts
Loading...
Bot在群里的权限被改变. 操作人一定是群主