This commit is contained in:
Him188 2020-04-11 16:05:35 +08:00
parent 505943cb3d
commit 6d9aceae6e
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ import kotlin.jvm.JvmSynthetic
/**
* 联系人. 虽然叫做联系人, 但他的子类有 [QQ] [][Group].
* 联系人. 虽然叫做联系人, 但他的子类有 [QQ], [群成员][Member] [][Group].
*
* @author Him188moe
*/ // 不要删除多平台结构 !!! kotlin bug

View File

@ -61,7 +61,7 @@ expect abstract class Group() : Contact, CoroutineScope {
abstract val owner: Member
/**
* [Bot] 在群内的 [newMember] 实例
* [Bot] 在群内的 [Member] 实例
*/
@MiraiExperimentalAPI
abstract val botAsMember: Member