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