Commit bb4c13d7 authored by Him188's avatar Him188

Add docs

parent 7116173e
...@@ -58,6 +58,9 @@ expect interface Image : Message, MessageContent { ...@@ -58,6 +58,9 @@ expect interface Image : Message, MessageContent {
* 图片 id 不一定会长时间保存, 因此不建议使用 id 发送图片. * 图片 id 不一定会长时间保存, 因此不建议使用 id 发送图片.
* *
* 请查看 `ExternalImageJvm` 获取更多创建 [Image] 的方法 * 请查看 `ExternalImageJvm` 获取更多创建 [Image] 的方法
*
* @see Image 获取更多说明
* @see Image.imageId 获取更多说明
*/ */
@Suppress("FunctionName") @Suppress("FunctionName")
@JsName("newImage") @JsName("newImage")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment