Skip to content

Interface: SetChatOptions

Properties

guild?

optional guild: bigint

频道所属服务器 ID。

Defined in

src/bot-options.ts:182


icon?

optional icon: string

新的图标。

Defined in

src/bot-options.ts:190


name?

optional name: string

新的聊天名称。

Defined in

src/bot-options.ts:184


parent?

optional parent: bigint

频道所属频道分类 ID。

Defined in

src/bot-options.ts:188


topic?

optional topic: string

频道主题。

Defined in

src/bot-options.ts:186


user?

optional user: bigint

操作的用户 ID,留空则为机器人的 user id。

Defined in

src/bot-options.ts:180

Released under the MIT License.