Skip to content

Commit 4311397

Browse files
committed
build(core): 补充桥接函数注解
1 parent 74bf089 commit 4311397

File tree

1 file changed

+3
-0
lines changed
  • simbot-component-kook-core/src/commonMain/kotlin/love/forte/simbot/component/kook

1 file changed

+3
-0
lines changed

simbot-component-kook-core/src/commonMain/kotlin/love/forte/simbot/component/kook/KookVoiceMember.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
package love.forte.simbot.component.kook
2222

2323
import 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
}

0 commit comments

Comments
 (0)