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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -366,6 +366,11 @@ public abstract interface class love/forte/simbot/bot/Bot : kotlinx/coroutines/C
366
366
public abstract synthetic fun join (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
367
367
public fun joinBlocking ()V
368
368
public fun joinReserve ()Llove/forte/simbot/suspendrunner/reserve/SuspendReserve;
369
+
public synthetic fun messageFromReference (Llove/forte/simbot/message/MessageReference;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
370
+
public static synthetic fun messageFromReference$suspendImpl (Llove/forte/simbot/bot/Bot;Llove/forte/simbot/message/MessageReference;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
371
+
public fun messageFromReferenceAsync (Llove/forte/simbot/message/MessageReference;)Ljava/util/concurrent/CompletableFuture;
372
+
public fun messageFromReferenceBlocking (Llove/forte/simbot/message/MessageReference;)Llove/forte/simbot/message/MessageContent;
373
+
public fun messageFromReferenceReserve (Llove/forte/simbot/message/MessageReference;)Llove/forte/simbot/suspendrunner/reserve/SuspendReserve;
369
374
public abstract synthetic fun start (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
370
375
public fun startAsync ()Ljava/util/concurrent/CompletableFuture;
371
376
public fun startBlocking ()V
@@ -1964,9 +1969,14 @@ public abstract interface class love/forte/simbot/message/MessageContent : love/
1964
1969
public abstract fun getPlainText ()Ljava/lang/String;
1965
1970
public fun getReference ()Llove/forte/simbot/message/MessageReference;
1966
1971
public fun getReferenceAsync ()Ljava/util/concurrent/CompletableFuture;
1972
+
public fun getReferenceMessage ()Llove/forte/simbot/message/MessageContent;
1973
+
public fun getReferenceMessageAsync ()Ljava/util/concurrent/CompletableFuture;
1974
+
public fun getReferenceMessageReserve ()Llove/forte/simbot/suspendrunner/reserve/SuspendReserve;
1967
1975
public fun getReferenceReserve ()Llove/forte/simbot/suspendrunner/reserve/SuspendReserve;
1968
1976
public synthetic fun reference (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1969
1977
public static synthetic fun reference$suspendImpl (Llove/forte/simbot/message/MessageContent;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1978
+
public synthetic fun referenceMessage (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1979
+
public static synthetic fun referenceMessage$suspendImpl (Llove/forte/simbot/message/MessageContent;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1970
1980
}
1971
1981
1972
1982
public final class love/forte/simbot/message/MessageContentKt {
0 commit comments