google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.LiveChatMessage View Source

A <code><strong>liveChatMessage</strong></code> resource represents a chat message in a YouTube Live Chat.

Attributes

  • authorDetails (type: GoogleApi.YouTube.V3.Model.LiveChatMessageAuthorDetails.t, default: nil) - The <code>authorDetails</code> object contains basic details about the user that posted this message.
  • etag (type: String.t, default: nil) - Etag of this resource.
  • id (type: String.t, default: nil) - The ID that YouTube assigns to uniquely identify the message.
  • kind (type: String.t, default: youtube#liveChatMessage) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#liveChatMessage"</code>.
  • snippet (type: GoogleApi.YouTube.V3.Model.LiveChatMessageSnippet.t, default: nil) - The <code>snippet</code> object contains basic details about the message.

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.LiveChatMessage{
  authorDetails: GoogleApi.YouTube.V3.Model.LiveChatMessageAuthorDetails.t(),
  etag: String.t(),
  id: String.t(),
  kind: String.t(),
  snippet: GoogleApi.YouTube.V3.Model.LiveChatMessageSnippet.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.