gluon
    Preparing search index...

    Class CategoryChannel

    Implements

    • CategoryChannel
    Index

    Constructors

    • Creates the structure for a category channel.

      Parameters

      • client: Client

        The client instance.

      • data:
            | CategoryChannelCacheJSON
            | CategoryChannelDiscordJSON
            | CategoryChannelStorageJSON
            | APIGuildCategoryChannel

        The raw channel data.

      • options: { guildId: string; nocache?: boolean }

        The additional options for this structure.

        • guildId: string

          The ID of the guild that this channel belongs to.

        • Optionalnocache?: boolean

          Whether this channel should be cached or not.

      Returns CategoryChannel

    Accessors

    • get permissionOverwrites(): PermissionOverwrite[]

      The permission overwrites for the channel.

      Returns PermissionOverwrite[]

    Methods

    • Returns the JSON representation of this structure.

      Parameters

      • Optionalformat: JsonTypes

        The format to return the data in.

      Returns
          | CategoryChannelCacheJSON
          | CategoryChannelDiscordJSON
          | CategoryChannelStorageJSON