From eceb41528778ee71daa5e8afd4e651590b315320 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Mon, 15 Jul 2024 18:29:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(api):=20=E5=A2=9E=E5=8A=A0=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=20RichMediaMessage=20=E7=94=A8=E4=BB=A5=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E4=B8=80=E4=B8=AA=E5=AF=8C=E5=AA=92=E4=BD=93=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=85=83=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/love/forte/simbot/message/StandardMessages.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simbot-api/src/commonMain/kotlin/love/forte/simbot/message/StandardMessages.kt b/simbot-api/src/commonMain/kotlin/love/forte/simbot/message/StandardMessages.kt index e10603600..cfd51b248 100644 --- a/simbot-api/src/commonMain/kotlin/love/forte/simbot/message/StandardMessages.kt +++ b/simbot-api/src/commonMain/kotlin/love/forte/simbot/message/StandardMessages.kt @@ -227,7 +227,7 @@ public data object AtAll : MentionMessage /** * 一个可以表示富媒体的消息元素类型, - * 即一个文字元素除外、且与二进制数据(例如文件、音频等)相关的消息元素。 + * 即一个与二进制数据(例如文件、音频等)相关的非文字消息元素。 * * 可以是本地或远程的类型,例如常见的 [Image]。 *