Struct serenity::model::EmbedFooter [] [src]

pub struct EmbedFooter {
    pub icon_url: Option<String>,
    pub proxy_icon_url: Option<String>,
    pub text: String,
}

Footer information for an embed.

Fields

The URL of the footer icon.

This only supports HTTP(S).

A proxied URL of the footer icon.

The associated text with the footer.

Trait Implementations

impl Clone for EmbedFooter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EmbedFooter
[src]

[src]

Formats the value using the given formatter.