fetchGuild abstract method

Future<IGuild> fetchGuild(
  1. Snowflake guildId,
  2. {bool? withCounts = true}
)

Returns guild with given guildId If withCounts is set to true, then guild will have IGuild.approximateMemberCount and IGuild.approximatePresenceCount present.

Implementation

Future<IGuild> fetchGuild(Snowflake guildId, {bool? withCounts = true});