You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: simbot-component-onebot-v11/simbot-component-onebot-v11-message/api/simbot-component-onebot-v11-message.api
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ public abstract interface class love/forte/simbot/component/onebot/v11/message/O
4
4
public abstract fun getMessages ()Llove/forte/simbot/message/Messages;
5
5
public abstract fun getPlainText ()Ljava/lang/String;
6
6
public abstract fun getSourceSegments ()Ljava/util/List;
7
+
public fun reference (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
8
+
public static synthetic fun reference$suspendImpl (Llove/forte/simbot/component/onebot/v11/message/OneBotMessageContent;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
7
9
}
8
10
9
11
public abstract interface class love/forte/simbot/component/onebot/v11/message/OneBotMessageElement : love/forte/simbot/message/Message$Element {
@@ -918,14 +920,14 @@ public final class love/forte/simbot/component/onebot/v11/message/segment/OneBot
918
920
public final fun serializer ()Lkotlinx/serialization/KSerializer;
919
921
}
920
922
921
-
public final class love/forte/simbot/component/onebot/v11/message/segment/OneBotReply : love/forte/simbot/component/onebot/v11/message/segment/OneBotMessageSegment {
923
+
public final class love/forte/simbot/component/onebot/v11/message/segment/OneBotReply : love/forte/simbot/component/onebot/v11/message/segment/OneBotMessageSegment, love/forte/simbot/message/MessageReference {
922
924
public static final field Factory Llove/forte/simbot/component/onebot/v11/message/segment/OneBotReply$Factory;
923
925
public static final field TYPE Ljava/lang/String;
924
926
public synthetic fun <init> (Llove/forte/simbot/component/onebot/v11/message/segment/OneBotReply$Data;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
925
927
public static final fun create (Llove/forte/simbot/common/id/ID;)Llove/forte/simbot/component/onebot/v11/message/segment/OneBotReply;
926
928
public synthetic fun getData ()Ljava/lang/Object;
927
929
public fun getData ()Llove/forte/simbot/component/onebot/v11/message/segment/OneBotReply$Data;
928
-
public final fun getId ()Llove/forte/simbot/common/id/ID;
930
+
public fun getId ()Llove/forte/simbot/common/id/ID;
929
931
}
930
932
931
933
public synthetic class love/forte/simbot/component/onebot/v11/message/segment/OneBotReply$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
0 commit comments