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

Declare Bot.asFriend stable

This commit is contained in:
Him188 2020-12-24 12:47:28 +08:00
parent bf095866a8
commit 77b5de8d41

View File

@ -85,7 +85,6 @@ public interface Bot : CoroutineScope, ContactOrBot, UserOrBot {
/**
* [User.id] [Bot.id] 相同的 [Friend] 实例
*/
@MiraiExperimentalApi
public val asFriend: Friend
@Deprecated("Use asFriend instead", ReplaceWith("asFriend"))