DiscordGuildChannelCategory

public struct DiscordGuildChannelCategory : DiscordGuildChannel

A Category channel.

  • id

    The id for this category.

    Declaration

    Swift

    public let id: ChannelID
  • The id for this channel category.

    Declaration

    Swift

    public let guildId: GuildID
  • The name for this channel.

    Declaration

    Swift

    public let name: String
  • The parent category of this channel.

    Declaration

    Swift

    public let parentId = nil as ChannelID?
  • The position of this channel.

    Declaration

    Swift

    public let position: Int
  • The permission overwrites for this channel.

    Declaration

    Swift

    public let permissionOverwrites: [OverwriteID: DiscordPermissionOverwrite]
  • Reference to the client.

    Declaration

    Swift

    public weak var client: DiscordClient?