getGuildDiscoveryURL abstract method

String? getGuildDiscoveryURL(
  1. Snowflake guildId,
  2. String? splashHash,
  3. {String format = "webp",
  4. int size = 128}
)

Returns discovery url for given guildId and splashHash. Allows to additionally specify format and size of returned image.

Implementation

String? getGuildDiscoveryURL(Snowflake guildId, String? splashHash, {String format = "webp", int size = 128});