Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GuildCategoryChannel

Represents a channel found in a guild of type ChannelType.GuildCategory

Hierarchy

Index

Constructors

constructor

Properties

bot

bot: Bot

The Bot operating this structure

guild

guild: Guild

The guild this channel is associated to

id

The ID of this channel

invites

The guild channel's invites controller

name

name: string

The name of the channel

parentId

parentId: Snowflake | undefined | null

The ID of this channel's parent category

permissions

This guild channel's permission overwrites controller

position

position: number

Sorting position of the channel

topic

topic: string | null

The topic of the channel. Possibly null if channel does not have a topic

type

The type of this channel

webhooks

The guild channel's webhooks controller

Accessors

children

parent

Methods

clone

  • clone(): this

delete

modify

update

Generated using TypeDoc