Struct discord::builders::EmbedFooterBuilder [] [src]

pub struct EmbedFooterBuilder(_);

Inner patch content for the send_embed call.

Methods

impl EmbedFooterBuilder
[src]

Merge this builder's contents with another of the same type. Keys in other will override those in self.

This method is intended to be used with deserialized instances. Note that deserialization does not check that the keys are valid for the relevant API call.

discord.edit_server(|b| b
    .merge(serde_json::from_str(r#"{"name":"My Server"}"#)?))

impl EmbedFooterBuilder
[src]

Add the "footer text".

Add the "url of footer icon". Only the http(s) protocols are supported.