getGuild

suspend fun getGuild(guildId: Snowflake, withCounts: Boolean = false): DiscordGuild(source)

Parameters

withCounts

whether to include the DiscordGuild.approximateMemberCount and DiscordGuild.approximatePresenceCount fields, false by default.