Skip to content

ChannelStructure

Extends

Properties

name

name: string

Inherited from

Base.name

Defined in

typings/application-command-options.ts:34


description

description: string

Inherited from

Base.description

Defined in

typings/application-command-options.ts:35


required?

optional required: boolean

Inherited from

Base.required

Defined in

typings/application-command-options.ts:36


type

type: CHANNEL

Overrides

Base.type

Defined in

typings/application-command-options.ts:69


channel_types?

optional channel_types: ChannelType[]

Defined in

typings/application-command-options.ts:70


name_localizations?

optional name_localizations: null | Record<Locale, string>

Inherited from

Base.name_localizations

Defined in

typings/localizations.ts:7


description_localizations?

optional description_localizations: null | Record<Locale, string>

Inherited from

Base.description_localizations

Defined in

typings/localizations.ts:8