mirai
2.11.1
common
mirai-core-api
/
net.mamoe.mirai.event.events
/
OtherClientOfflineEvent
Other
Client
Offline
Event
common
data
class
OtherClientOfflineEvent
(
val
client
:
OtherClient
)
:
AbstractEvent
,
OtherClientEvent
,
BotPassiveEvent
Content copied to clipboard
其他设备离线
Constructors
Functions
Properties
Constructors
Other
Client
Offline
Event
Link copied to clipboard
common
fun
OtherClientOfflineEvent
(
client
:
OtherClient
)
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
client
Link copied to clipboard
common
open
override
val
client
:
OtherClient
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
事件是否已被拦截.