GoogleApi.YouTube.V3.Model.LiveChatMemberMilestoneChatDetails (google_api_you_tube v0.54.0)

View Source

Attributes

  • memberLevelName (type: String.t, default: nil) - The name of the Level at which the viever is a member. The Level names are defined by the YouTube channel offering the Membership. In some situations this field isn't filled.
  • memberMonth (type: integer(), default: nil) - The total amount of months (rounded up) the viewer has been a member that granted them this Member Milestone Chat. This is the same number of months as is being displayed to YouTube users.
  • userComment (type: String.t, default: nil) - The comment added by the member to this Member Milestone Chat. This field is empty for messages without a comment from the member.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatMemberMilestoneChatDetails{
  memberLevelName: String.t() | nil,
  memberMonth: integer() | nil,
  userComment: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.