Functions

Link copied to clipboard
fun from(imageId: String): FlashImage
inline fun from(image: Image): FlashImage

将普通图片转换为闪照.

Link copied to clipboard

尝试 MessageKey.safeCast, 成功时返回 true

Properties

Link copied to clipboard
abstract val safeCast: (SingleMessage) -> FlashImage?

将一个 SingleMessage 强转为 M 类型. 在类型不符合时返回 null

Link copied to clipboard
const val SERIAL_NAME: String
Link copied to clipboard