Class Google_Service_YouTube_LiveChatBans_Resource
The "liveChatBans" collection of methods. Typical usage is:
$youtubeService = new Google_Service_YouTube(...);
$liveChatBans = $youtubeService->liveChatBans;
-
Google_Service_Resource
-
Google_Service_YouTube_LiveChatBans_Resource
Located at YouTube.php
Methods summary
public
|
#
delete( string $id, array $optParams = array() )
Removes a chat ban. (liveChatBans.delete)
Removes a chat ban. (liveChatBans.delete)
Parameters
- $id
- The id parameter identifies the chat ban to remove. The value uniquely
identifies both the ban and the chat.
- $optParams
- Optional parameters.
|
public
Google_Service_YouTube_LiveChatBan
|
#
insert( string $part, Google_Service_YouTube_LiveChatBan $postBody, array $optParams = array() )
Adds a new ban to the chat. (liveChatBans.insert)
Adds a new ban to the chat. (liveChatBans.insert)
Parameters
- $part
- The part parameter serves two purposes in this operation. It identifies the
properties that the write operation will set as well as the properties that the
API response returns. Set the parameter value to snippet.
- $postBody
- $optParams
- Optional parameters.
Returns
|