mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.event.events
/
ImageUploadEvent
/
Succeed
Succeed
data
class
Succeed
@
MiraiInternalApi
constructor
(
val
target
:
Contact
,
val
source
:
ExternalResource
,
val
image
:
Image
)
:
ImageUploadEvent
Members
Constructors
Succeed
Link copied to clipboard
@
MiraiInternalApi
constructor
(
target
:
Contact
,
source
:
ExternalResource
,
image
:
Image
)
Functions
cancel
Link copied to clipboard
fun
cancel
(
)
intercept
Link copied to clipboard
abstract
fun
intercept
(
)
拦截这个事件
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
_intercepted
Link copied to clipboard
@
MiraiInternalApi
@
JvmField
@
Volatile
var
_intercepted
:
Boolean
bot
Link copied to clipboard
open
override
val
bot
:
Bot
broad
Cast
Lock
Link copied to clipboard
@
MiraiInternalApi
@
JvmField
val
broadCastLock
:
Mutex
限制一个事件实例不能并行广播. (适用于 object 广播的情况)
image
Link copied to clipboard
val
image
:
Image
is
Cancelled
Link copied to clipboard
val
isCancelled
:
Boolean
is
Intercepted
Link copied to clipboard
abstract
val
isIntercepted
:
Boolean
事件是否已被拦截.
source
Link copied to clipboard
open
override
val
source
:
ExternalResource
target
Link copied to clipboard
open
override
val
target
:
Contact