Nostrum.Struct.Embed.put_url
You're seeing just the function
put_url
, go back to Nostrum.Struct.Embed module for more information.
Specs
Puts the given value
under :url
in embed
.
Examples
iex> embed = %Nostrum.Struct.Embed{}
...> Nostrum.Struct.Embed.put_url(embed, "https://github.com/Kraigie/nostrum")
%Nostrum.Struct.Embed{url: "https://github.com/Kraigie/nostrum"}