banner abstract method

String banner(
)

Returns URL to /banners/[bannerHash]. With given format, size and whether or not returns the animated version (if applicable) of this URL with animated.

Implementation

String banner(Snowflake guildOrUserId, String hash, {String format = 'webp', int? size, bool animated = true});