瀏覽代碼

Add missing `@SinceMirai`

Him188 6 年之前
父節點
當前提交
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
     @MiraiExperimentalAPI
     suspend fun _lowLevelGetGroupActiveData(groupId: Long): GroupActiveData