Skip to content

CategoryStructure

See

https://discord.com/developers/docs/resources/channel#channel-object-channel-structure

Extends

Properties

id

id: string

Inherited from

Base.id

Defined in

typings/channel.ts:65


last_pin_timestamp?

optional last_pin_timestamp: null | string

Inherited from

Base.last_pin_timestamp

Defined in

typings/channel.ts:67


permissions?

optional permissions: string

Only exists in resolved data

Inherited from

Base.permissions

Defined in

typings/channel.ts:69


flags?

optional flags: number

Bitfield of ChannelFlags

Inherited from

Base.flags

Defined in

typings/channel.ts:73


type

type: GUILD_CATEGORY

Overrides

Base.type

Defined in

typings/channel.ts:131


permission_overwrites

permission_overwrites: OverwriteStructure[]

Defined in

typings/channel.ts:132


name

name: string

Defined in

typings/channel.ts:133


parent_id

parent_id: null

Defined in

typings/channel.ts:134


nsfw

nsfw: boolean

Defined in

typings/channel.ts:135


position

position: number

Defined in

typings/channel.ts:136


guild_id

guild_id: string

Defined in

typings/channel.ts:137


rate_limit_per_user

rate_limit_per_user: number

Defined in

typings/channel.ts:138