Preparing search index...
The search index is not available
mirai-ts
mirai-ts
EventType
GroupNameChangeEvent
Interface GroupNameChangeEvent
某个群名改变
interface
GroupNameChangeEvent
{
current
:
string
;
group
:
Group
;
operator
:
null
|
Member
;
origin
:
string
;
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
;
type
:
"GroupNameChangeEvent"
;
}
Hierarchy (
view full
)
BaseEvent
GroupNameChangeEvent
Index
Properties
current
group
operator
origin
reply?
type
Properties
current
current
:
string
group
group
:
Group
operator
operator
:
null
|
Member
origin
origin
:
string
Optional
reply
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
reply 辅助函数
type
type
:
"GroupNameChangeEvent"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
group
operator
origin
reply
type
mirai-ts
Loading...
某个群名改变