JsBotOutgoingMessageBuilder

Functions

Link copied to clipboard
fun face(faceId: Int, isLarge: Boolean = false)
Link copied to clipboard
Link copied to clipboard
fun image(raw: ByteArray, format: ImageFormat, width: Int, height: Int, subType: ImageSubType = ImageSubType.NORMAL, summary: String = "[图片]")
Link copied to clipboard
fun mention(uin: Long?, name: String)
Link copied to clipboard
fun record(rawSilk: ByteArray, duration: Long)
Link copied to clipboard
fun reply(sequence: Long)
Link copied to clipboard
fun text(text: String)
Link copied to clipboard
fun video(raw: ByteArray, width: Int, height: Int, duration: Long, thumb: ByteArray, thumbFormat: ImageFormat)