AudioSupported
Functions
Link copied to clipboard
头像下载链接.
Link copied to clipboard
fun CoroutineScope.globalEventChannel(coroutineContext: CoroutineContext = EmptyCoroutineContext): EventChannel<Event>
在此 CoroutineScope 下创建一个监听所有事件的 EventChannel. 相当于 GlobalEventChannel.parentScope(this).context(coroutineContext)
.
Link copied to clipboard
Link copied to clipboard
发送纯文本消息
向这个对象发送消息.
Link copied to clipboard
上传一个语音文件以备发送. resource 需要调用方ExternalResource.close.
Link copied to clipboard
上传一个 资源 作为图片以备发送.
Link copied to clipboard
suspend fun Contact.uploadImage(file: <Error class: unknown class>, formatName: String? = null): Image
将文件作为图片上传, 但不发送
suspend fun Contact.uploadImage(imageStream: <Error class: unknown class>, formatName: String? = null): Image
读取 InputStream 到临时文件并将其作为图片上传, 但不发送
Link copied to clipboard
abstract suspend fun uploadShortVideo(thumbnail: ExternalResource, video: ExternalResource, fileName: String? = null): ShortVideo
上传 资源 作为短视频发送. 同时需要上传缩略图作为视频消息显示的封面.