This commit is contained in:
Him188 2020-05-03 20:43:18 +08:00
parent b244697dd5
commit 35e39a7fba
3 changed files with 9 additions and 0 deletions

View File

@ -173,6 +173,8 @@ abstract class Bot : CoroutineScope, LowLevelBotAPIAccessor, BotJavaFriendlyAPI(
/**
* 获取图片下载链接
*
* @see Image.queryUrl [Image] 的扩展函数
*/
@JvmSynthetic
abstract suspend fun queryImageUrl(image: Image): String

View File

@ -45,6 +45,10 @@ import kotlin.jvm.JvmSynthetic
* @see Contact.sendImage 上传 [图片文件][ExternalImage] 并发送返回的 [Image] 作为一条消息
* @see Image.sendTo 上传图片并得到 [Image] 消息
*
* ### 下载图片
* @see Image.queryUrl 扩展函数. 查询图片下载链接
* @see Bot.queryImageUrl 查询图片下载链接 (Java 使用)
*
* 查看平台 `actual` 定义以获取上传方式扩展.
*
* @see FlashImage 闪照

View File

@ -44,6 +44,9 @@ import java.net.URL
* @see URL.sendAsImageTo
*
*
* ### 下载图片
* @see Image.queryUrl 查询图片下载链接
*
*
* @see FlashImage 闪照
* @see Image.flash 转换普通图片为闪照