google_api_you_tube v0.10.0 GoogleApi.YouTube.V3.Model.LiveChatSuperStickerDetails View Source
Attributes
amountDisplayString(type:String.t, default:nil) - A rendered string that displays the fund amount and currency to the user.amountMicros(type:String.t, default:nil) - The amount purchased by the user, in micros (1,750,000 micros = 1.75).currency(type:String.t, default:nil) - The currency in which the purchase was made.superStickerMetadata(type:GoogleApi.YouTube.V3.Model.SuperStickerMetadata.t, default:nil) - Information about the Super Sticker.tier(type:integer(), default:nil) - The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.YouTube.V3.Model.LiveChatSuperStickerDetails{
amountDisplayString: String.t(),
amountMicros: String.t(),
currency: String.t(),
superStickerMetadata: GoogleApi.YouTube.V3.Model.SuperStickerMetadata.t(),
tier: integer()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.