Struct google_youtube3::LiveChatSuperChatDetails [] [src]

pub struct LiveChatSuperChatDetails {
    pub tier: Option<u32>,
    pub currency: Option<String>,
    pub amount_display_string: Option<String>,
    pub amount_micros: Option<String>,
    pub user_comment: Option<String>,
}

There is no detailed description.

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

Fields

The tier in which the amount belongs to. Lower amounts belong to lower tiers. Starts at 1.

The currency in which the purchase was made.

A rendered string that displays the fund amount and currency to the user.

The amount purchased by the user, in micros (1,750,000 micros = 1.75).

The comment added by the user to this Super Chat event.

Trait Implementations

impl Default for LiveChatSuperChatDetails
[src]

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

impl Clone for LiveChatSuperChatDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiveChatSuperChatDetails
[src]

Formats the value using the given formatter.

impl Part for LiveChatSuperChatDetails
[src]