mirai-core / net.mamoe.mirai.message.data / FlashImage / Key

Key

companion object Key : Key<FlashImage>

Companion Object Properties

typeName

Key 指代的 Message 类型名. 一般为 class.simpleName, 如 "QuoteReply", "PlainText"

val typeName: String

Companion Object Functions

invoke

将普通图片转换为闪照.

operator fun invoke(image: Image): FlashImage
operator fun invoke(imageId: String): FlashImage