Alchemy.User.avatar_url
You're seeing just the function
avatar_url
, go back to Alchemy.User module for more information.
Link to this function
avatar_url(user)
Used to get the url for a user's avatar
type
must be one of "png"
, "webp"
, "jpg"
, "gif"
size
must be one of 128
, 256
, 512
, 1024
, 2048
Examples
> User.avatar_url(user)
https://cdn.discordapp.com/avatars/...
Link to this function