Commit 5a28c0c1 authored by Him188's avatar Him188

Merge remote-tracking branch 'origin/master'

parents a5208689 fa1cf3ae
......@@ -115,7 +115,7 @@ actual abstract class Group : Contact(), CoroutineScope {
actual abstract suspend fun quit(): Boolean
/**
* 构造一个 [newMember].
* 构造一个 [Member].
* 非特殊情况请不要使用这个函数. 优先使用 [get].
*/
@LowLevelAPI
......
......@@ -119,7 +119,7 @@ expect abstract class Group() : Contact, CoroutineScope {
abstract suspend fun quit(): Boolean
/**
* 构造一个 [newMember].
* 构造一个 [Member].
* 非特殊情况请不要使用这个函数. 优先使用 [get].
*/
@LowLevelAPI
......
......@@ -117,7 +117,7 @@ actual abstract class Group : Contact(), CoroutineScope {
actual abstract suspend fun quit(): Boolean
/**
* 构造一个 [newMember].
* 构造一个 [Member].
* 非特殊情况请不要使用这个函数. 优先使用 [get].
*/
@LowLevelAPI
......
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