var afkChannelId: Snowflake?
ID of afk voice channel (if there is any)
var afkTimeout: Int?
AFK timeout in seconds (if there is any)
var botMember: Member?
The member type for the bot user
var channels: [Snowflake : GuildChannel]
Collection of channels mapped by channel ID
var defaultMessageNotifications: Int
Default notification protocol
var discoverySplash: String?
Hash for the discovery splash. Only available guilds with discovery enabled
var embedChannelId: Snowflake?
ID of embeddable channel
var emojis: [Emoji]
Array of custom emojis for this guild
var features: [Guild.Feature]
Array of features this guild has
var icon: String?
Icon hash for guild
let id: Snowflake
ID of guild
var isEmbedEnabled: Bool?
Whether or not this guild is embeddable
let isLarge: Bool?
Whether or not this guild is considered “large”
var isWidgetEnabled: Bool?
Whether or not this guild has it’s widget enabled
let joinedAt: Date?
The date at which the bot joined the server
let memberCount: Int?
Amount of members this guild has
var members: [Snowflake : Member]
Collection of members mapped by user ID
var mfaLevel: Guild.MFALevel
MFA level of guild
var name: String
Name of the guild
var ownerId: Snowflake
Owner’s user ID
var roles: [Snowflake : Role]
Collection of roles mapped by role ID
let shard: Int?
Shard ID this guild is handled by
var splash: String?
Splash Hash for guild
var swiftcord: Swiftcord?
Parent class
var threads: [Snowflake : GuildChannel]
Collection of thread channels mapped by channel ID
var verificationLevel: Guild.VerificationLevel
Level of verification for guild
var voiceStates: [Snowflake : VoiceState]
Collection of member voice states currently in this guild
var widgetChannelId: Snowflake?
The channel ID that the widget will generate an invite to