iconUrl abstract method

String? iconUrl({
  1. String format = 'webp',
  2. int? size,
  3. bool animated = true,
})

The guild's icon, represented as URL. If guild doesn't have icon it returns null.

Implementation

String? iconUrl({String format = 'webp', int? size, bool animated = true});