Explorar el Código

Add SinceMirai for _lowLevelGetGroupHonorListData

Him188 hace 5 años
padre
commit
140a851d46

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

@@ -118,6 +118,7 @@ public interface LowLevelBotAPIAccessor {
     /**
      * 获取群荣誉信息
      */
+    @SinceMirai("1.3.0")
     @LowLevelAPI
     @MiraiExperimentalAPI
     public suspend fun _lowLevelGetGroupHonorListData(groupId: Long, type: GroupHonorType): GroupHonorListData?