Commit cd1dbf63 authored by Him188's avatar Him188

Fix doc

parent 3bdfd21d
......@@ -32,7 +32,7 @@ import kotlin.jvm.JvmSynthetic
/**
* 联系人. 虽然叫做联系人, 但他的子类有 [][User], 和 [群][Group].
* 联系人. 虽然叫做联系人, 但他的子类有 [用户][User], 和 [群][Group].
*/
abstract class Contact : CoroutineScope, ContactJavaFriendlyAPI(), ContactOrBot {
/**
......
......@@ -128,7 +128,8 @@ abstract class Member : MemberJavaFriendlyAPI() {
abstract suspend fun kick(message: String = "")
/**
* 向这个对象发送消息.
* 向群成员发送消息.
* 若群成员同时是好友, 则会发送好友消息. 否则发送临时会话消息.
*
* 单条消息最大可发送 4500 字符或 50 张图片.
*
......
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