Method: Discordrb::EmbedFooter#icon_url

Defined in:
lib/discordrb/data/embed.rb

#icon_urlString (readonly)

Returns the URL of the footer icon.

Returns:

  • (String)

    the URL of the footer icon.



84
85
86
# File 'lib/discordrb/data/embed.rb', line 84

def icon_url
  @icon_url
end