GoogleApi.YouTube.V3.Model.LiveChatMemberMilestoneChatDetails (google_api_you_tube v0.38.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.