1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-14 23:20:49 +08:00
This commit is contained in:
Him188 2020-05-24 14:14:06 +08:00
parent 9631a2de1f
commit fb9980f61b
3 changed files with 5 additions and 1 deletions
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact

View File

@ -80,7 +80,7 @@ abstract class Contact : ContactOrBot, CoroutineScope, ContactJavaFriendlyAPI {
/**
* 上传一个图片以备发送.
*
* @see Image 查看有关图片的更多信息
* @see Image 查看有关图片的更多信息, 如上传图片
*
* @see BeforeImageUploadEvent 图片发送前事件, 可拦截.
* @see ImageUploadEvent 图片发送完成事件, 不可拦截.

View File

@ -163,6 +163,8 @@ abstract class Group : Contact(), CoroutineScope {
/**
* 上传一个图片以备发送.
*
* @see Image 查看有关图片的更多信息, 如上传图片
*
* @see BeforeImageUploadEvent 图片上传前事件, cancellable
* @see ImageUploadEvent 图片上传完成事件
*

View File

@ -84,6 +84,8 @@ abstract class User : Contact(), CoroutineScope {
/**
* 上传一个图片以备发送.
*
* @see Image 查看有关图片的更多信息, 如上传图片
*
* @see BeforeImageUploadEvent 图片发送前事件, cancellable
* @see ImageUploadEvent 图片发送完成事件
*