Struct egg_mode::tweet::ExtendedTweetEntities [] [src]

pub struct ExtendedTweetEntities {
    pub media: Vec<MediaEntity>,
}

Container for extended media information for a tweet.

If a tweet has a photo, set of photos, gif, or video attached to it, this field will be present and contain the real media information. The information available in the media field of entities will only contain the first photo of a set, or a thumbnail of a gif or video.

Fields

Collection of extended media information attached to the tweet.

Trait Implementations

impl Debug for ExtendedTweetEntities
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExtendedTweetEntities
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more