teamIcon abstract method

String teamIcon(
  1. Snowflake teamId,
  2. String teamIconHash,
  3. {String format = 'webp',
  4. int? size}
)

Returns URL to /team-icons/[teamId]/[teamIconHash]. With given format and size.

Implementation

String teamIcon(Snowflake teamId, String teamIconHash, {String format = 'webp', int? size});