var category: GuildCategory?
Channel Category this channel belongs to
var channels: [Snowflake : GuildChannel]
Collection of channels this category parents mapped by channel id
var guild: Guild?
Guild this channel belongs to
let id: Snowflake
The id of the channel
let name: String?
Name of the channel
let parentId: Snowflake?
Parent Category ID of this channel
var permissionOverwrites: [Snowflake : Overwrite]
Collection of overwrites mapped by
OverwriteID
let position: Int?
Position the channel is in guild
var swiftcord: Swiftcord?
Parent class
let type: ChannelType
Indicates what type of channel this is (.guildCategory)