Package-level declarations
Types
Link copied to clipboard
官方提供的ark消息模板。
Link copied to clipboard
提供一些需要由不同平台额外实现的基类。 主要针对 fileImage。
提供一些需要由不同平台额外实现的基类。 主要针对 fileImage。
提供一些需要由不同平台额外实现的基类。 主要针对 fileImage。
提供一些需要由不同平台额外实现的基类。 主要针对 fileImage。
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class QGMessageForSending @JvmOverloads constructor(var content: String? = null, var embed: Message.Embed? = null, var ark: Message.Ark? = null, var image: String? = null, var msgId: String? = null, var eventId: String? = null, var markdown: Message.Markdown? = null)
用于发送的普通消息.
Functions
Link copied to clipboard
inline fun MessageSendApi.Factory.create(channelId: String, builder: MessageSendApi.Body.Builder.() -> Unit): MessageSendApi
Link copied to clipboard
其他平台所能支持的针对 MessageSendApi.Body.fileImage 的解析。
JS平台所能支持的针对 MessageSendApi.Body.fileImage 的解析。
JVM平台下所能支持的针对 MessageSendApi.Body.fileImage 的解析。
native平台没有额外的类型支持