Struct serenity::utils::builder::CreateEmbedAuthor [] [src]

pub struct CreateEmbedAuthor(pub ObjectBuilder);

A builder to create a fake Embed object's author, for use with the CreateEmbed::author method.

Requires that you specify a name.

Methods

impl CreateEmbedAuthor
[src]

Set the URL of the author's icon.

Set the author's name.

Set the author's URL.

Trait Implementations

impl Default for CreateEmbedAuthor
[src]

Returns the "default value" for a type. Read more