Skip to content

Enumeration: ChannelType

频道类型。

Enumeration Members

CircleChannel

CircleChannel = 5

圈子

Defined in

src/typings/chat.ts:67


ClassChannel

ClassChannel = 4

频道分类

Defined in

src/typings/chat.ts:65


DMChannel

DMChannel = 3

私聊频道

Defined in

src/typings/chat.ts:63


GroupDMChannel

GroupDMChannel = 10

群。

Defined in

src/typings/chat.ts:77


LinkChannel

LinkChannel = 7

链接频道

Defined in

src/typings/chat.ts:71


LiveRoomChannel

LiveRoomChannel = 8

直播房间

Defined in

src/typings/chat.ts:73


LiveStreamChannel

LiveStreamChannel = 6

直播频道

Defined in

src/typings/chat.ts:69


TaskInduction

TaskInduction = 9

Unused

Defined in

src/typings/chat.ts:75


TextChannel

TextChannel = 0

普通文本频道

Defined in

src/typings/chat.ts:57


VideoChannel

VideoChannel = 2

视频频道

Defined in

src/typings/chat.ts:61


VoiceChannel

VoiceChannel = 1

语音频道

Defined in

src/typings/chat.ts:59

Released under the MIT License.