File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
simbot-component-kook-core/src/commonMain/kotlin/love/forte/simbot/component/kook Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2121package love.forte.simbot.component.kook
2222
2323import love.forte.simbot.common.id.ID
24+ import love.forte.simbot.suspendrunner.ST
2425
2526/* *
2627 * Kook 语音频道内的成员。
@@ -36,6 +37,7 @@ public interface KookVoiceMember : KookMember {
3637 * @throws love.forte.simbot.kook.api.ApiResponseException 如果API的相应结果不是正确结果
3738 * @throws love.forte.simbot.kook.api.ApiResultException 如果API的相应结果不是正确结果
3839 */
40+ @ST
3941 public suspend fun move (targetChannel : ID )
4042
4143 /* *
@@ -44,5 +46,6 @@ public interface KookVoiceMember : KookMember {
4446 * @throws love.forte.simbot.kook.api.ApiResponseException 如果API的相应结果不是正确结果
4547 * @throws love.forte.simbot.kook.api.ApiResultException 如果API的相应结果不是正确结果
4648 */
49+ @ST
4750 public suspend fun kickout ()
4851}
You can’t perform that action at this time.
0 commit comments