Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.liveChatBans

YouTube Data API: liveChatBans. 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/liveChatBans

YouTube Data API: liveChatBans.
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/liveChatBans
raw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: id

Optional parameters: none

Removes a chat ban.

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

Required parameters: id

Optional parameters: none

Removes a chat ban.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: none

Body:

{:etag string, :id string, :kind string, :snippet {:banDurationSeconds string, :bannedUserDetails ChannelProfileDetails, :liveChatId string, :type string}}

Adds a new ban to the chat.

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

Required parameters: part

Optional parameters: none

Body: 

{:etag string,
 :id string,
 :kind string,
 :snippet {:banDurationSeconds string,
           :bannedUserDetails ChannelProfileDetails,
           :liveChatId string,
           :type string}}

Adds a new ban to the chat.
sourceraw docstring

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

× close