From 260675d13723fe28016d85b7e173607c750fa51f Mon Sep 17 00:00:00 2001
From: ForteScarlet <ForteScarlet@163.com>
Date: Fri, 19 Jul 2024 03:46:43 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=83=A8=E5=88=86=E6=96=87?=
 =?UTF-8?q?=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../telegram/core/bot/SerializableTelegramBotConfiguration.kt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/simbot-component-telegram-core/src/commonMain/kotlin/love/forte/simbot/component/telegram/core/bot/SerializableTelegramBotConfiguration.kt b/simbot-component-telegram-core/src/commonMain/kotlin/love/forte/simbot/component/telegram/core/bot/SerializableTelegramBotConfiguration.kt
index 45528c2..0760404 100644
--- a/simbot-component-telegram-core/src/commonMain/kotlin/love/forte/simbot/component/telegram/core/bot/SerializableTelegramBotConfiguration.kt
+++ b/simbot-component-telegram-core/src/commonMain/kotlin/love/forte/simbot/component/telegram/core/bot/SerializableTelegramBotConfiguration.kt
@@ -31,6 +31,10 @@ import love.forte.simbot.telegram.stdlib.bot.LongPolling
 
 
 /**
+ * A configuration type for a serializable bot config file.
+ *
+ * Only for deserialization use, it is not recommended to directly construct or use it,
+ * and the compatibility and stability of direct use are not guaranteed.
  *
  * @author ForteScarlet
  */