discoveryURL method

String? discoveryURL({
  1. String format = "webp",
  2. int size = 128,
})

URL to guilds discovery splash If guild doesn't have splash it returns null.

Implementation

String? discoveryURL({String format = "webp", int size = 128}) =>
    client.httpEndpoints.getGuildDiscoveryURL(this.id, this.splash, format: format, size: size);