DiscordInteractionPartialGuild
data class DiscordInteractionPartialGuild(val id: Snowflake, val features: List<GuildFeature>, val locale: String)(source)
A partial representation of a Discord Guild structure
see The user-docs
Parameters
id
The guild id.
features
The enabled guild features.
locale
The current guild locale.