Commit 56bf626 1 parent 9b1f17b commit 56bf626 Copy full SHA for 56bf626
File tree 1 file changed +3
-1
lines changed
mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ package net.mamoe.mirai.qqandroid
12
12
import io.ktor.utils.io.core.Closeable
13
13
import kotlinx.coroutines.launch
14
14
import kotlinx.coroutines.withTimeoutOrNull
15
+ import net.mamoe.mirai.LowLevelAPI
15
16
import net.mamoe.mirai.contact.*
16
17
import net.mamoe.mirai.data.*
17
18
import net.mamoe.mirai.event.broadcast
@@ -542,7 +543,8 @@ internal class GroupImpl(
542
543
@UseExperimental(MiraiExperimentalAPI ::class )
543
544
override fun Member (memberInfo : MemberInfo ): Member {
544
545
return MemberImpl (
545
- bot._lowLevelNewQQQQ (memberInfo) as QQImpl ,
546
+ @UseExperimental(LowLevelAPI ::class )
547
+ bot._lowLevelNewQQ (memberInfo) as QQImpl ,
546
548
this ,
547
549
this .coroutineContext,
548
550
memberInfo
You can’t perform that action at this time.
0 commit comments