@@ -67,7 +67,13 @@ expect open class BotConfiguration() : BotConfigurationBase {
* - 与平板冲突
* - 与手机和电脑不冲突
*/
- ANDROID_PAD;
+ ANDROID_PAD,
+
+ /**
+ * Android 手表.
+ * */
+ ANDROID_WATCH;
internal val id: Long
}
@@ -146,7 +146,12 @@ actual open class BotConfiguration : BotConfigurationBase() { // open for Java
- ANDROID_PAD(537062409)
+ ANDROID_PAD(537062409),
+ ANDROID_WATCH(537061176)
actual companion object {