mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-20 15:49:15 +08:00
Fix SinceMirai
This commit is contained in:
parent
20acc3c459
commit
ece7d8901a
@ -277,7 +277,7 @@ abstract class Bot : CoroutineScope, LowLevelBotAPIAccessor, BotJavaFriendlyAPI(
|
||||
*
|
||||
* @param event 邀请入群的事件对象
|
||||
*/
|
||||
@SinceMirai("0.40.0")
|
||||
@SinceMirai("0.39.4")
|
||||
@JvmSynthetic
|
||||
abstract suspend fun acceptInvitedJoinGroupRequest(event: BotInvitedJoinGroupRequestEvent)
|
||||
|
||||
@ -287,7 +287,7 @@ abstract class Bot : CoroutineScope, LowLevelBotAPIAccessor, BotJavaFriendlyAPI(
|
||||
* @param event 邀请入群的事件对象
|
||||
*/
|
||||
@JvmSynthetic
|
||||
@SinceMirai("0.40.0")
|
||||
@SinceMirai("0.39.4")
|
||||
abstract suspend fun ignoreInvitedJoinGroupRequest(event: BotInvitedJoinGroupRequestEvent)
|
||||
|
||||
// endregion
|
||||
|
@ -164,7 +164,7 @@ data class PokeMessage internal constructor(
|
||||
*
|
||||
* @see Types 使用伴生对象中的常量
|
||||
*/
|
||||
@SinceMirai("0.40.0")
|
||||
@SinceMirai("0.39.5")
|
||||
@OptIn(MiraiInternalAPI::class)
|
||||
data class VipFace internal constructor(
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user