Factory

object Factory(source)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun create(messageType: String, userId: ID?, groupId: ID?, message: OneBotMessageOutgoing, autoEscape: Boolean? = null): SendMsgApi

构建一个 SendMsgApi.

Link copied to clipboard
fun createGroup(groupId: ID, message: OneBotMessageOutgoing, autoEscape: Boolean? = null): SendMsgApi

构建一个发送到群聊的 SendMsgApi.

Link copied to clipboard
fun createPrivate(userId: ID, message: OneBotMessageOutgoing, autoEscape: Boolean? = null): SendMsgApi

构建一个发送到私聊的 SendMsgApi.