1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 21:23:55 +08:00

Declare Group.botAsMember stable

This commit is contained in:
Him188 2020-12-24 12:47:10 +08:00
parent d3be13b6e6
commit bf095866a8

View File

@ -58,7 +58,6 @@ public interface Group : Contact, CoroutineScope {
/**
* [Bot] 在群内的 [Member] 实例
*/
@MiraiExperimentalApi
public val botAsMember: NormalMember
/**