Skip to content

Interface: Channel

频道对象。

Properties

channel_id

channel_id: string

频道唯一 ID。

Defined in

src/typings/chat.ts:35


guild_id?

optional guild_id: string

所属服务器 ID,仅服务器频道则有此字段。

Defined in

src/typings/chat.ts:39


icon

icon: string

频道图标,如果是群则表示群的头像。

Defined in

src/typings/chat.ts:43


name

name: string

频道名称。

Defined in

src/typings/chat.ts:41


owner_id

owner_id: string

创建者 user id。

Defined in

src/typings/chat.ts:47


permission_overwrites?

optional permission_overwrites: PermissionOverwrite[]

频道的权限覆盖表。

Defined in

src/typings/chat.ts:51


topic?

optional topic: string

频道主题。

Defined in

src/typings/chat.ts:49


type

type: ChannelType

频道类型。

Defined in

src/typings/chat.ts:37


user_limit?

optional user_limit: number

频道人数限制,仅对于群有人数限制。

Defined in

src/typings/chat.ts:45

Released under the MIT License.