Alchemy.Guild.icon_url

You're seeing just the function icon_url, go back to Alchemy.Guild module for more information.
Link to this function

icon_url(guild, type \\ "png", size \\ 256)

Specs

icon_url(t(), String.t(), 16..2048) :: String.t()

Get the icon image URL for the given guild. If the guild does not have any icon, returns nil.

Parameters

  • type: The returned image format. Can be any of jpg, jpeg, png, or webp.
  • size: The desired size of the returned image. Must be a power of two. If the parameters do not match these conditions, an ArgumentError is raised.