Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateGuildChannelData

Hierarchy

  • CreateGuildChannelData

Index

Properties

bitrate?: number

bitrate of the channel (voice only)

name: string

name of the channel

nsfw?: boolean

whether the channel is nsfw

parent_id?: string

id of the parent category for a channel

permission_overwrites?: <internal>.Overwrite[]

permissions overwrites for the channel

position?: number

sorting position of the channel

rate_limit_per_user?: 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

reason?: string

reason for creating the channel

topic?: string

The topic of the channel

type?: 0 | 2 | 5 | 4 | 13 | 14 | 15

type of the channel

user_limit?: number

user limit of a channel (voice only)

Generated using TypeDoc