Method: PluralKitAPI::System#avatar_url

Defined in:
lib/pluralkit-api/models/system.rb

#avatar_urlObject

A link to the avatar/icon of the system. If used for proxying, the image must be at most 1000 pixels in width and height, and at most 1 MiB in size. This restriction is on Discord’s end and is not verified through the API (it’s simply stored as a string).



31
32
33
# File 'lib/pluralkit-api/models/system.rb', line 31

def avatar_url
  @avatar_url
end