Him188 6 лет назад
Родитель
Сommit
2aaff44c74
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      mirai-core/src/commonMain/kotlin/net.mamoe.mirai/lowLevelApi.kt

+ 1 - 0
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/lowLevelApi.kt

@@ -137,6 +137,7 @@ interface LowLevelBotAPIAccessor {
     /**
     /**
      * 获取群活跃信息
      * 获取群活跃信息
      */
      */
+    @SinceMirai("0.29.0")
     @LowLevelAPI
     @LowLevelAPI
     @MiraiExperimentalAPI
     @MiraiExperimentalAPI
     suspend fun _lowLevelGetGroupActiveData(groupId: Long): GroupActiveData
     suspend fun _lowLevelGetGroupActiveData(groupId: Long): GroupActiveData