Struct serenity::model::EmbedThumbnail [] [src]

pub struct EmbedThumbnail {
    pub height: u64,
    pub proxy_url: String,
    pub url: String,
    pub width: u64,
}

The dimensions and URL of an embed thumbnail.

Fields

The height of the thumbnail in pixels.

A proxied URL of the thumbnail.

The source URL of the thumbnail.

This only supports HTTP(S).

The width of the thumbnail in pixels.

Trait Implementations

impl Clone for EmbedThumbnail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EmbedThumbnail
[src]

[src]

Formats the value using the given formatter.