Image
data class Image(val raw: ByteArray, val format: ImageFormat, val width: Int, val height: Int, val subType: ImageSubType, val summary: String) : BotOutgoingSegment(source)
图片消息段
Constructors
Link copied to clipboard
constructor(raw: ByteArray, format: ImageFormat, width: Int, height: Int, subType: ImageSubType, summary: String)