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-api/api/simbot-api.api
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1947,12 +1947,44 @@ public abstract interface class love/forte/simbot/message/MessageContent : love/
1947
1947
public abstract fun getId ()Llove/forte/simbot/common/id/ID;
1948
1948
public abstract fun getMessages ()Llove/forte/simbot/message/Messages;
1949
1949
public abstract fun getPlainText ()Ljava/lang/String;
1950
+
public fun getReference ()Llove/forte/simbot/message/MessageReference;
1951
+
public fun getReferenceAsync ()Ljava/util/concurrent/CompletableFuture;
1952
+
public fun getReferenceReserve ()Llove/forte/simbot/suspendrunner/reserve/SuspendReserve;
1953
+
public synthetic fun reference (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1954
+
public static synthetic fun reference$suspendImpl (Llove/forte/simbot/message/MessageContent;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1950
1955
}
1951
1956
1952
1957
public final class love/forte/simbot/message/MessageContentKt {
1953
1958
public static final fun getSafePlainText (Llove/forte/simbot/message/MessageContent;)Ljava/lang/String;
1954
1959
}
1955
1960
1961
+
public final class love/forte/simbot/message/MessageIdReference : love/forte/simbot/message/MessageReference {
1962
+
public static final field Companion Llove/forte/simbot/message/MessageIdReference$Companion;
1963
+
public fun <init> (Llove/forte/simbot/common/id/ID;)V
1964
+
public final fun component1 ()Llove/forte/simbot/common/id/ID;
1965
+
public final fun copy (Llove/forte/simbot/common/id/ID;)Llove/forte/simbot/message/MessageIdReference;
1966
+
public static synthetic fun copy$default (Llove/forte/simbot/message/MessageIdReference;Llove/forte/simbot/common/id/ID;ILjava/lang/Object;)Llove/forte/simbot/message/MessageIdReference;
1967
+
public fun equals (Ljava/lang/Object;)Z
1968
+
public fun getId ()Llove/forte/simbot/common/id/ID;
1969
+
public fun hashCode ()I
1970
+
public fun toString ()Ljava/lang/String;
1971
+
}
1972
+
1973
+
public synthetic class love/forte/simbot/message/MessageIdReference$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
1974
+
public static final field INSTANCE Llove/forte/simbot/message/MessageIdReference$$serializer;
1975
+
public final fun childSerializers ()[Lkotlinx/serialization/KSerializer;
1976
+
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
1977
+
public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Llove/forte/simbot/message/MessageIdReference;
1978
+
public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
1979
+
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
1980
+
public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Llove/forte/simbot/message/MessageIdReference;)V
1981
+
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
1982
+
}
1983
+
1984
+
public final class love/forte/simbot/message/MessageIdReference$Companion {
1985
+
public final fun serializer ()Lkotlinx/serialization/KSerializer;
1986
+
}
1987
+
1956
1988
public final class love/forte/simbot/message/MessageKt {
1957
1989
public static final fun messageElementPolymorphic (Lkotlinx/serialization/modules/SerializersModuleBuilder;Lkotlin/jvm/functions/Function1;)V
1958
1990
}
@@ -1972,6 +2004,10 @@ public final class love/forte/simbot/message/MessageReceipts {
1972
2004
public static final fun aggregation (Ljava/util/List;)Llove/forte/simbot/message/AggregatedMessageReceipt;
1973
2005
}
1974
2006
2007
+
public abstract interface class love/forte/simbot/message/MessageReference : love/forte/simbot/message/StandardMessage {
2008
+
public abstract fun getId ()Llove/forte/simbot/common/id/ID;
2009
+
}
2010
+
1975
2011
public abstract interface class love/forte/simbot/message/Messages : java/lang/Iterable, kotlin/jvm/internal/markers/KMappedMarker, love/forte/simbot/message/Message {
1976
2012
public static final field Companion Llove/forte/simbot/message/Messages$Companion;
1977
2013
public static fun builder ()Llove/forte/simbot/message/MessagesBuilder;
0 commit comments