mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-31 11:48:06 +08:00
Throw specific SendMessageFailedException when reaching group chat limit, close #1220
This commit is contained in:
@@ -539,6 +539,7 @@ public class net/mamoe/mirai/contact/SendMessageFailedException : java/lang/Runt
|
||||
|
||||
public final class net/mamoe/mirai/contact/SendMessageFailedException$Reason : java/lang/Enum {
|
||||
public static final field BOT_MUTED Lnet/mamoe/mirai/contact/SendMessageFailedException$Reason;
|
||||
public static final field GROUP_CHAT_LIMITED Lnet/mamoe/mirai/contact/SendMessageFailedException$Reason;
|
||||
public static final field MESSAGE_TOO_LARGE Lnet/mamoe/mirai/contact/SendMessageFailedException$Reason;
|
||||
public static fun valueOf (Ljava/lang/String;)Lnet/mamoe/mirai/contact/SendMessageFailedException$Reason;
|
||||
public static fun values ()[Lnet/mamoe/mirai/contact/SendMessageFailedException$Reason;
|
||||
|
||||
Reference in New Issue
Block a user