GuildTextChannelEditOptions

interface GuildTextChannelEditOptions

Properties that can be changed on a guild text channel.

exported from lib.weeble.d

Properties

Property

Type

Description

name?

string

Channel name.

nsfw?

boolean

Whether the channel is age-restricted.

rateLimitPerUser?

number

Slowmode delay in seconds.

reason?

string

Audit-log reason for the change.

topic?

string | null

Channel topic, or null to remove it.