GoogleApi.YouTube.V3.Model.LiveChatMessage (google_api_you_tube v0.54.0)
View SourceA liveChatMessage resource represents a chat message in a YouTube Live Chat.
Attributes
-
authorDetails
(type:GoogleApi.YouTube.V3.Model.LiveChatMessageAuthorDetails.t
, default:nil
) - The authorDetails 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 "youtube#liveChatMessage". -
snippet
(type:GoogleApi.YouTube.V3.Model.LiveChatMessageSnippet.t
, default:nil
) - The snippet object contains basic details about the message.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatMessage{ authorDetails: GoogleApi.YouTube.V3.Model.LiveChatMessageAuthorDetails.t() | nil, etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, snippet: GoogleApi.YouTube.V3.Model.LiveChatMessageSnippet.t() | nil }