Commit 42221c5d authored by Him188's avatar Him188

Remove isOnline

parent 0c89e16c
......@@ -44,9 +44,6 @@ internal class QQImpl(bot: QQAndroidBot, override val coroutineContext: Coroutin
TODO("not implemented")
}
override val isOnline: Boolean
get() = true
override suspend fun queryProfile(): Profile {
TODO("not implemented")
}
......
......@@ -22,9 +22,9 @@ import net.mamoe.mirai.data.Profile
*/
interface QQ : Contact, CoroutineScope {
/**
* 是否在线. 这个属性的值将会与服务器同步更新.
* QQ 号码
*/
val isOnline: Boolean
override val id: Long
/**
* 请求头像下载链接
......
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