|
|
@@ -354,6 +354,7 @@ public abstract interface class net/mamoe/mirai/contact/FileSupported : net/mamo
|
|
|
public abstract interface class net/mamoe/mirai/contact/Friend : kotlinx/coroutines/CoroutineScope, net/mamoe/mirai/contact/AudioSupported, net/mamoe/mirai/contact/User, net/mamoe/mirai/contact/roaming/RoamingSupported {
|
|
|
public fun delete ()V
|
|
|
public abstract fun delete (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
|
+ public abstract fun getRemark ()Ljava/lang/String;
|
|
|
public fun nudge ()Lnet/mamoe/mirai/message/action/FriendNudge;
|
|
|
public synthetic fun nudge ()Lnet/mamoe/mirai/message/action/Nudge;
|
|
|
public synthetic fun nudge ()Lnet/mamoe/mirai/message/action/UserNudge;
|
|
|
@@ -362,6 +363,7 @@ public abstract interface class net/mamoe/mirai/contact/Friend : kotlinx/corouti
|
|
|
public fun sendMessage (Lnet/mamoe/mirai/message/data/Message;)Lnet/mamoe/mirai/message/MessageReceipt;
|
|
|
public abstract fun sendMessage (Lnet/mamoe/mirai/message/data/Message;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
|
public static synthetic fun sendMessage$suspendImpl (Lnet/mamoe/mirai/contact/Friend;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
|
+ public abstract fun setRemark (Ljava/lang/String;)V
|
|
|
}
|
|
|
|
|
|
public abstract interface class net/mamoe/mirai/contact/Group : kotlinx/coroutines/CoroutineScope, net/mamoe/mirai/contact/AudioSupported, net/mamoe/mirai/contact/Contact, net/mamoe/mirai/contact/FileSupported {
|
|
|
@@ -2423,7 +2425,7 @@ public final class net/mamoe/mirai/event/events/FriendNickChangedEvent : net/mam
|
|
|
public fun toString ()Ljava/lang/String;
|
|
|
}
|
|
|
|
|
|
-public final class net/mamoe/mirai/event/events/FriendRemarkChangeEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/events/FriendEvent, net/mamoe/mirai/event/events/FriendInfoChangeEvent, net/mamoe/mirai/internal/network/Packet {
|
|
|
+public final class net/mamoe/mirai/event/events/FriendRemarkChangeEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/BroadcastControllable, net/mamoe/mirai/event/events/FriendEvent, net/mamoe/mirai/event/events/FriendInfoChangeEvent, net/mamoe/mirai/internal/network/Packet {
|
|
|
public final fun component1 ()Lnet/mamoe/mirai/contact/Friend;
|
|
|
public final fun component2 ()Ljava/lang/String;
|
|
|
public final fun component3 ()Ljava/lang/String;
|
|
|
@@ -2433,6 +2435,7 @@ public final class net/mamoe/mirai/event/events/FriendRemarkChangeEvent : net/ma
|
|
|
public fun getFriend ()Lnet/mamoe/mirai/contact/Friend;
|
|
|
public final fun getNewRemark ()Ljava/lang/String;
|
|
|
public final fun getOldRemark ()Ljava/lang/String;
|
|
|
+ public fun getShouldBroadcast ()Z
|
|
|
public fun hashCode ()I
|
|
|
public fun toString ()Ljava/lang/String;
|
|
|
}
|