Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.liveChatMessages

YouTube Data API: liveChatMessages. Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more. See: https://developers.google.com/youtube/v3api/reference/rest/v3/liveChatMessages

YouTube Data API: liveChatMessages.
Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.
See: https://developers.google.com/youtube/v3api/reference/rest/v3/liveChatMessages
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/youtube/v3api/reference/rest/v3/liveChatMessages/delete

Required parameters: id

Optional parameters: none

Deletes a chat message.

https://developers.google.com/youtube/v3api/reference/rest/v3/liveChatMessages/delete

Required parameters: id

Optional parameters: none

Deletes a chat message.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/youtube/v3api/reference/rest/v3/liveChatMessages/insert

Required parameters: part

Optional parameters: none

Body:

{:authorDetails {:channelId string, :channelUrl string, :displayName string, :isChatModerator boolean, :isChatOwner boolean, :isChatSponsor boolean, :isVerified boolean, :profileImageUrl string}, :etag string, :id string, :kind string, :snippet {:publishedAt string, :superChatDetails LiveChatSuperChatDetails, :messageDeletedDetails LiveChatMessageDeletedDetails, :hasDisplayContent boolean, :superStickerDetails LiveChatSuperStickerDetails, :type string, :pollOpenedDetails LiveChatPollOpenedDetails, :fanFundingEventDetails LiveChatFanFundingEventDetails, :textMessageDetails LiveChatTextMessageDetails, :authorChannelId string, :pollClosedDetails LiveChatPollClosedDetails, :userBannedDetails LiveChatUserBannedMessageDetails, :liveChatId string, :pollVotedDetails LiveChatPollVotedDetails, :pollEditedDetails LiveChatPollEditedDetails, :displayMessage string, :messageRetractedDetails LiveChatMessageRetractedDetails}}

Adds a message to a live chat.

https://developers.google.com/youtube/v3api/reference/rest/v3/liveChatMessages/insert

Required parameters: part

Optional parameters: none

Body: 

{:authorDetails {:channelId string,
                 :channelUrl string,
                 :displayName string,
                 :isChatModerator boolean,
                 :isChatOwner boolean,
                 :isChatSponsor boolean,
                 :isVerified boolean,
                 :profileImageUrl string},
 :etag string,
 :id string,
 :kind string,
 :snippet {:publishedAt string,
           :superChatDetails LiveChatSuperChatDetails,
           :messageDeletedDetails LiveChatMessageDeletedDetails,
           :hasDisplayContent boolean,
           :superStickerDetails LiveChatSuperStickerDetails,
           :type string,
           :pollOpenedDetails LiveChatPollOpenedDetails,
           :fanFundingEventDetails LiveChatFanFundingEventDetails,
           :textMessageDetails LiveChatTextMessageDetails,
           :authorChannelId string,
           :pollClosedDetails LiveChatPollClosedDetails,
           :userBannedDetails LiveChatUserBannedMessageDetails,
           :liveChatId string,
           :pollVotedDetails LiveChatPollVotedDetails,
           :pollEditedDetails LiveChatPollEditedDetails,
           :displayMessage string,
           :messageRetractedDetails LiveChatMessageRetractedDetails}}

Adds a message to a live chat.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/youtube/v3api/reference/rest/v3/liveChatMessages/list

Required parameters: liveChatId, part

Optional parameters: hl, maxResults, pageToken, profileImageSize

Lists live chat messages for a specific chat.

https://developers.google.com/youtube/v3api/reference/rest/v3/liveChatMessages/list

Required parameters: liveChatId, part

Optional parameters: hl, maxResults, pageToken, profileImageSize

Lists live chat messages for a specific chat.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close