sendText

abstract fun sendText(scope: CoroutineScope, text: String): Job

异步发送一条文本消息。

Return

一个代表发送操作的 Job 对象。

Parameters

scope

执行此异步操作的协程作用域。

text

要发送的文本字符串。