InternalImageProtocol

interface InternalImageProtocol

内部图片协议实现

Since

2.9.0-M1

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun createImage(    imageId: String,     size: Long,     type: ImageType = ImageType.UNKNOWN,     width: Int = 0,     height: Int = 0,     isEmoji: Boolean = false): Image
Link copied to clipboard
abstract suspend fun isUploaded(    bot: Bot,     md5: ByteArray,     size: Long,     context: Contact? = null,     type: ImageType = ImageType.UNKNOWN,     width: Int = 0,     height: Int = 0): Boolean