Struct serenity::model::EmbedAuthor [] [src]

pub struct EmbedAuthor {
    pub icon_url: Option<String>,
    pub name: String,
    pub proxy_icon_url: Option<String>,
    pub url: Option<String>,
}

An author object in an embed.

Fields

The URL of the author icon.

This only supports HTTP(S).

The name of the author.

A proxied URL of the author icon.

The URL of the author.

Trait Implementations

impl Clone for EmbedAuthor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EmbedAuthor
[src]

[src]

Formats the value using the given formatter.