1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-24 20:43:33 +08:00

Add missing @SinceMirai

This commit is contained in:
Him188 2020-03-29 12:49:47 +08:00
parent 8d2e818454
commit 2aaff44c74

View File

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