getGuildIconUrl abstract method

String? getGuildIconUrl(
  1. Snowflake guildId,
  2. String? iconHash,
  3. String format,
  4. int size,
)

Returns cdn url for given guildId and iconHash. Requires to specify format and size of returned image. Format can be webp, png. Size should be power of 2, eg. 512, 1024

Implementation

String? getGuildIconUrl(Snowflake guildId, String? iconHash, String format, int size);