mirai
2.13.4
common
mirai-core-api
/
net.mamoe.mirai.event.events
/
StrangerEvent
Stranger
Event
common
interface
StrangerEvent
:
BotEvent
,
UserEvent
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
is
Intercepted
Link copied to clipboard
common
abstract
val
isIntercepted
:
Boolean
Content copied to clipboard
事件是否已被拦截.
stranger
Link copied to clipboard
common
abstract
val
stranger
:
Stranger
Content copied to clipboard
user
Link copied to clipboard
common
open
override
val
user
:
Stranger
Content copied to clipboard
Inheritors
StrangerMessageEvent
Link copied to clipboard
StrangerMessageSyncEvent
Link copied to clipboard
StrangerAddEvent
Link copied to clipboard
StrangerRelationChangeEvent
Link copied to clipboard