Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditChannelData

Hierarchy

  • EditChannelData

Index

Properties

bitrate?: null | number

Update bitrate of the channel

default_auto_archive_duration?: null | number

The default value for timeouts clients use, in minutes, when creating threads before they become stale and are archived

name?: string

New name of the channel

nsfw?: null | boolean

Update nsfw type of the channel

parent_id?: null | string

Id of the parent category of the channel

permission_overwrites?: null | <internal>.Overwrite[]

Update the permission overwrites

position?: null | number

New position of the channel

rate_limit_per_user?: null | number

amount of seconds a user has to wait before sending another message (0-21600). bots, as well as users with the permission MANAGE_MESSAGES or MANAGE_CHANNEL, are unaffected

rtc_region?: null | string

The region id for the voice channel. Automatic when set to null

topic?: null | string

New topic of the channel

type?: 0 | 5

The type of the channel. Only can convert between text and news channels. Only available in Guilds with the NEWS feature

user_limit?: null | number

Update the limit of users that are allowed to be in a channel

video_quality_mode?: null | 1 | 2

The camera video quality mode.

Generated using TypeDoc