LiveChatModerators
class LiveChatModerators extends Resource (View source)
The "liveChatModerators" collection of methods.
Typical usage is:
$youtubeService = new Google\Service\YouTube(...);
$liveChatModerators = $youtubeService->liveChatModerators;
Methods
delete(string $id, array $optParams = [])
Deletes a chat moderator. (liveChatModerators.delete)
insert(string|array $part, LiveChatModerator $postBody, array $optParams = [])
Inserts a new resource into this collection. (liveChatModerators.insert)
listLiveChatModerators(string $liveChatId, string|array $part, array $optParams = [])
Retrieves a list of resources, possibly filtered.
Details
delete(string $id, array $optParams = [])
Deletes a chat moderator. (liveChatModerators.delete)
LiveChatModerator
insert(string|array $part, LiveChatModerator $postBody, array $optParams = [])
Inserts a new resource into this collection. (liveChatModerators.insert)
LiveChatModeratorListResponse
listLiveChatModerators(string $liveChatId, string|array $part, array $optParams = [])
Retrieves a list of resources, possibly filtered.
(liveChatModerators.listLiveChatModerators)