mirai
2.13.4
common
mirai-core-api
/
net.mamoe.mirai.event.events
/
GroupSettingChangeEvent
Group
Setting
Change
Event
common
interface
GroupSettingChangeEvent
<
T
>
:
GroupEvent
,
BotPassiveEvent
,
BroadcastControllable
Content copied to clipboard
群设置改变. 此事件广播前修改就已经完成.
Functions
Properties
Inheritors
Functions
intercept
Link copied to clipboard
common
abstract
fun
intercept
(
)
Content copied to clipboard
拦截这个事件
Properties
bot
Link copied to clipboard
common
open
override
val
bot
:
Bot
Content copied to clipboard
group
Link copied to clipboard
common
abstract
val
group
:
Group
Content copied to clipboard
is
Intercepted
Link copied to clipboard
common
abstract
val
isIntercepted
:
Boolean
Content copied to clipboard
事件是否已被拦截.
new
Link copied to clipboard
common
abstract
val
new
:
T
Content copied to clipboard
origin
Link copied to clipboard
common
abstract
val
origin
:
T
Content copied to clipboard
should
Broadcast
Link copied to clipboard
common
open
override
val
shouldBroadcast
:
Boolean
Content copied to clipboard
返回
false
时将不会广播这个事件.
Inheritors
GroupNameChangeEvent
Link copied to clipboard
GroupEntranceAnnouncementChangeEvent
Link copied to clipboard
GroupMuteAllEvent
Link copied to clipboard
GroupAllowAnonymousChatEvent
Link copied to clipboard
GroupAllowConfessTalkEvent
Link copied to clipboard
GroupAllowMemberInviteEvent
Link copied to clipboard