mirai
2.11.1
common
mirai-core-api
/
net.mamoe.mirai.event.events
/
BotUnmuteEvent
Bot
Unmute
Event
common
data
class
BotUnmuteEvent
@
MiraiInternalApi
constructor
(
val
operator
:
NormalMember
)
:
AbstractEvent
,
GroupEvent
,
Packet
,
BotPassiveEvent
,
GroupMemberInfoChangeEvent
Content copied to clipboard
Bot 被取消禁言
Constructors
Functions
Properties
Constructors
Bot
Unmute
Event
Link copied to clipboard
common
@
MiraiInternalApi
fun
BotUnmuteEvent
(
operator
:
NormalMember
)
Content copied to clipboard
Functions
cancel
Link copied to clipboard
common
fun
cancel
(
)
Content copied to clipboard
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
open
override
val
group
:
Group
Content copied to clipboard
groupId
Link copied to clipboard
common
open
override
val
groupId
:
Long
Content copied to clipboard
isCancelled
Link copied to clipboard
common
val
isCancelled
:
Boolean
Content copied to clipboard
isIntercepted
Link copied to clipboard
common
abstract
val
isIntercepted
:
Boolean
Content copied to clipboard
事件是否已被拦截.
operator
Link copied to clipboard
common
val
operator
:
NormalMember
Content copied to clipboard
操作人.