Simple Robot 组件 | KOOK
Toggle table of contents
4.1.1
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-core
/
love.forte.simbot.component.kook
/
KookChannel
Kook
Channel
interface
KookChannel
:
Channel
(
source
)
一个基于 Kook Channel 的类型定义。
Author
ForteScarlet
See also
Kook
Chat
Channel
Kook
Category
Channel
Inheritors
KookCategoryChannel
KookChatChannel
Members
Properties
category
Link copied to clipboard
abstract
override
val
category
:
KookCategory
?
coroutine
Context
Link copied to clipboard
abstract
override
val
coroutineContext
:
CoroutineContext
id
Link copied to clipboard
open
override
val
id
:
ID
频道ID
name
Link copied to clipboard
open
override
val
name
:
String
频道名称
source
Link copied to clipboard
abstract
val
source
:
Channel
得到此实例内对应的 api 模块下的原始 channel 信息。