sendTextMsgApi

@ApiStatus.Internal
fun sendTextMsgApi(messageType: String, target: ID, text: String, reply: ID? = null): SendMsgApi(source)

构建一个用于发送的纯文本消息。

Parameters

messageType

see SendMsgApi.MESSAGE_TYPE_*