memberAvatar abstract method

String memberAvatar(
  1. Snowflake guildId,
  2. Snowflake userId,
  3. String avatarHash,
  4. {String format = 'webp',
  5. int? size,
  6. bool animated = true}
)

Returns URL to /guilds/[guildId]/users/[userId]/[avatarHash]. With given format, size and whether or not returns the animated version (if applicable) of this URL with animated.

Implementation

String memberAvatar(Snowflake guildId, Snowflake userId, String avatarHash, {String format = 'webp', int? size, bool animated = true});