Struct google_youtube3::LiveChatMessageAuthorDetails [] [src]

pub struct LiveChatMessageAuthorDetails {
    pub display_name: Option<String>,
    pub is_chat_moderator: Option<bool>,
    pub channel_id: Option<String>,
    pub is_chat_sponsor: Option<bool>,
    pub profile_image_url: Option<String>,
    pub is_chat_owner: Option<bool>,
    pub channel_url: Option<String>,
    pub is_verified: Option<bool>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The channel's display name.

Whether the author is a moderator of the live chat.

The YouTube channel ID.

Whether the author is a sponsor of the live chat.

The channels's avatar URL.

Whether the author is the owner of the live chat.

The channel's URL.

Whether the author's identity has been verified by YouTube.

Trait Implementations

impl Debug for LiveChatMessageAuthorDetails
[src]

Formats the value using the given formatter.

impl Clone for LiveChatMessageAuthorDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LiveChatMessageAuthorDetails
[src]

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

impl Part for LiveChatMessageAuthorDetails
[src]