GoogleApi.YouTube.V3.Model.LiveChatSuperStickerDetails (google_api_you_tube v0.54.0)
View SourceAttributes
-
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatSuperStickerDetails{ amountDisplayString: String.t() | nil, amountMicros: String.t() | nil, currency: String.t() | nil, superStickerMetadata: GoogleApi.YouTube.V3.Model.SuperStickerMetadata.t() | nil, tier: integer() | nil }