mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-31 07:29:45 +08:00
Update docs
This commit is contained in:
parent
3e68f4f95e
commit
84ecb1df11
@ -87,12 +87,6 @@ public interface Contact : ContactOrBot, CoroutineScope {
|
||||
@JvmBlockingBridge
|
||||
public suspend fun uploadImage(resource: ExternalResource): Image
|
||||
|
||||
/**
|
||||
* @return "Friend($id)", "Group($id)", "Member($id)", "AnonymousMember($id)",
|
||||
* "OtherClient(bot=${bot.id},deviceName=${info.deviceName},platform=${info.platform})"
|
||||
*/
|
||||
public override fun toString(): String
|
||||
|
||||
public companion object {
|
||||
/**
|
||||
* 读取 [InputStream] 到临时文件并将其作为图片发送到指定联系人
|
||||
|
Loading…
Reference in New Issue
Block a user