فهرست منبع

Let ContactOrBot implements CoroutineScope

Him188 5 سال پیش
والد
کامیت
aa12684050
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact/ContactOrBot.kt

+ 2 - 1
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact/ContactOrBot.kt

@@ -9,6 +9,7 @@
 
 
 package net.mamoe.mirai.contact
 package net.mamoe.mirai.contact
 
 
+import kotlinx.coroutines.CoroutineScope
 import net.mamoe.mirai.Bot
 import net.mamoe.mirai.Bot
 
 
 /**
 /**
@@ -18,7 +19,7 @@ import net.mamoe.mirai.Bot
  * @see Contact
  * @see Contact
  * @see Bot
  * @see Bot
  */
  */
-interface ContactOrBot {
+interface ContactOrBot : CoroutineScope {
     /**
     /**
      * QQ 号或群号.
      * QQ 号或群号.
      */
      */