struct Guild {
Snowflake id;
string name;
Nullable!string icon;
Nullable!string splash;
bool owner;
Snowflake owner_id;
uint permissions;
string region;
Snowflake afk_channel_id;
int afk_timeout;
bool embed_enabled;
Snowflake embed_channel_id;
VerificationLevel verification_level;
MessageNotificationLevel default_message_notifications;
ExplicitContentFilterLevel explicit_content_filter;
Role[] roles;
Emoji[] emojis;
string[] features;
MFALevel mfa_level;
Nullable!Snowflake application_id;
bool widget_enabled;
Snowflake widget_channel_id;
Nullable!Snowflake system_channel_id;
SafeTime joined_at;
bool large;
bool unavailable;
int member_count;
VoiceState[] voice_states;
GuildMember[] members;
Channel[] channels;
PresenceUpdate[] presences;
}
https://discordapp.com/developers/docs/resources/guild#guild-object