let autoArchiveDuration: Date?
Time in seconds the thread will archive since the last message
var category: GuildCategory?
Channel Category this channel belongs to
var guild: Guild?
Guild object for this channel
let id: Snowflake
ID of the thread
let isArchived: Bool?
If the thread is archived
let isLocked: Bool?
If the thread is locked
let lastMessageId: Snowflake?
Last message sent’s ID
let memberCount: Int?
Number of members in a thread; stops counting at 50
let messageCount: Int?
Number of messages in a thread; stops counting at 50
let name: String?
Name of the thread
let ownerId: Snowflake?
ID of the member who created the thread
let parentId: Snowflake?
Channel that the thread was created in
var permissionOverwrites: [Snowflake : Overwrite]
Collection of overwrites mapped by
OverwriteID
var position: Int?
Position the channel is in guild
let rateLimitPerUser: Int?
How long the thread’s slow mode is set to
var swiftcord: Swiftcord?
Parent class
let type: ChannelType
Type of thread