google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.LiveChatSuperChatDetails View Source

Attributes

  • amountDisplayString (String.t): A rendered string that displays the fund amount and currency to the user. Defaults to: null.
  • amountMicros (String.t): The amount purchased by the user, in micros (1,750,000 micros = 1.75). Defaults to: null.
  • currency (String.t): The currency in which the purchase was made. Defaults to: null.
  • tier (integer()): The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1. Defaults to: null.
  • userComment (String.t): The comment added by the user to this Super Chat event. Defaults to: null.

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 Source
t() :: %GoogleApi.YouTube.V3.Model.LiveChatSuperChatDetails{
  amountDisplayString: any(),
  amountMicros: any(),
  currency: any(),
  tier: any(),
  userComment: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.