var category: GuildCategory?
Channel Category this channel belongs to
var guild: Guild?
Guild object for this channel
let id: Snowflake
ID of the channel
var isNsfw: Bool
Whether or not this channel is NSFW
var lastMessageId: Snowflake?
Last message sent’s ID
var lastPinTimestamp: Date?
Last Pin’s timestamp
var name: String?
Name of channel
var parentId: Snowflake?
Parent Category ID of this channel
var permissionOverwrites: [Snowflake : Overwrite]
Array of Overwrite strcuts for channel
var position: Int?
Position of channel
var swiftcord: Swiftcord?
Parent class
var topic: String?
Topic of the channel
var type: ChannelType
Indicates what type of channel this is (.guildText or .guildVoice)