sendAsImageTo
expect suspend fun <C : Contact> ExternalResource.sendAsImageTo(contact: C): MessageReceipt<C>
Content copied to clipboard
将图片作为单独的消息发送给指定联系人.
注意:本函数不会关闭 ExternalResource.
See also
最终调用, 发送消息.
Throws
suspend fun <C : Contact> InputStream.sendAsImageTo(contact: C, formatName: String? = null): MessageReceipt<C>
Content copied to clipboard
读取 InputStream 到临时文件并将其作为图片发送到指定联系人.
注意:本函数不会关闭流.
Parameters
formatName
Throws
suspend fun <C : Contact> File.sendAsImageTo(contact: C, formatName: String? = null): MessageReceipt<C>
Content copied to clipboard
将文件作为图片发送到指定联系人.
Parameters
formatName
Throws
actual suspend fun <C : Contact> ExternalResource.sendAsImageTo(contact: C): MessageReceipt<C>
Content copied to clipboard
将图片作为单独的消息发送给指定联系人.
注意:本函数不会关闭 ExternalResource.
See also
最终调用, 发送消息.
Throws
actual suspend fun <C : Contact> ExternalResource.sendAsImageTo(contact: C): MessageReceipt<C>
Content copied to clipboard
将图片作为单独的消息发送给指定联系人.
注意:本函数不会关闭 ExternalResource.
See also
最终调用, 发送消息.