Skip to content

Commit

Permalink
build: 更新simbot到4.3.0; 为 QGAttachmentMessage 实现 `BinaryDataAwareMes…
Browse files Browse the repository at this point in the history
…sage`
  • Loading branch information
ForteScarlet committed Jul 22, 2024
1 parent 72ff6ac commit 9ee7430
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1616,11 +1616,12 @@ public final class love/forte/simbot/component/qguild/message/QGAtChannel$Compan
public final fun serializer ()Lkotlinx/serialization/KSerializer;
}

public final class love/forte/simbot/component/qguild/message/QGAttachmentMessage : love/forte/simbot/component/qguild/message/QGMessageElement {
public final class love/forte/simbot/component/qguild/message/QGAttachmentMessage : love/forte/simbot/component/qguild/message/QGMessageElement, love/forte/simbot/message/BinaryDataAwareMessage {
public static final field Companion Llove/forte/simbot/component/qguild/message/QGAttachmentMessage$Companion;
public fun <init> (Ljava/lang/String;)V
public fun <init> (Ljava/lang/String;Ljava/util/Map;)V
public synthetic fun <init> (Ljava/lang/String;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun binaryData (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun component1 ()Ljava/lang/String;
public final fun component2 ()Ljava/util/Map;
public final fun copy (Ljava/lang/String;Ljava/util/Map;)Llove/forte/simbot/component/qguild/message/QGAttachmentMessage;
Expand Down

0 comments on commit 9ee7430

Please sign in to comment.