Skip to content

Interface: SetChatOptions

Properties

guild

Optional guild: bigint

频道所属服务器 ID。

Defined in

src/bot-options.ts:162


icon

Optional icon: string

新的图标。

Defined in

src/bot-options.ts:170


name

Optional name: string

新的聊天名称。

Defined in

src/bot-options.ts:164


parent

Optional parent: bigint

频道所属频道分类 ID。

Defined in

src/bot-options.ts:168


topic

Optional topic: string

频道主题。

Defined in

src/bot-options.ts:166


user

Optional user: bigint

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

Defined in

src/bot-options.ts:160

Released under the MIT License.