ImageUploadEvent
sealed class ImageUploadEvent : AbstractEvent, BotEvent, BotActiveEvent, VerboseEvent
Content copied to clipboard
图片上传完成.
此事件总是在 BeforeImageUploadEvent 之后广播. 若 BeforeImageUploadEvent 被取消, 此事件不会广播.
See also
Types
Failed
Link copied to clipboard
data class Failed @MiraiInternalApi constructor(target: Contact, source: ExternalResource, errno: Int, message: String) : ImageUploadEvent
Content copied to clipboard
Succeed
Link copied to clipboard
data class Succeed @MiraiInternalApi constructor(target: Contact, source: ExternalResource, image: Image) : ImageUploadEvent
Content copied to clipboard
Functions
Properties
isCancelled
Link copied to clipboard
isIntercepted
Link copied to clipboard
source
Link copied to clipboard