toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-api
/
love.forte.simbot.definition
/
Channel
Channel
interface
Channel
:
Actor
(
source
)
一个频道。
Channel
是
频道服务器
中所有频道中的某一个频道。 频道的类型可能有很多,其中就包含了允许发送消息的
聊天频道
。
Inheritors
ChatChannel
Members
Properties
category
Link copied to clipboard
abstract
val
category
:
Category
?
此频道所属分类。
id
Link copied to clipboard
abstract
override
val
id
:
ID
频道的ID
name
Link copied to clipboard
abstract
val
name
:
String
频道的名称
Inherited properties
coroutine
Context
Link copied to clipboard
abstract
val
coroutineContext
:
CoroutineContext