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
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 ofjpg
,jpeg
,png
, orwebp
.size
: The desired size of the returned image. Must be a power of two. If the parameters do not match these conditions, anArgumentError
is raised.