Class Google_Service_YouTube_SuperChatEvents_Resource
The "superChatEvents" collection of methods. Typical usage is:
$youtubeService = new Google_Service_YouTube(...);
$superChatEvents = $youtubeService->superChatEvents;
-
Google_Service_Resource
-
Google_Service_YouTube_SuperChatEvents_Resource
Located at YouTube.php
Methods summary
public
Google_Service_YouTube_SuperChatEventListResponse
|
#
listSuperChatEvents( string $part, array $optParams = array() )
Lists Super Chat events for a channel.
(superChatEvents.listSuperChatEvents)
Lists Super Chat events for a channel.
(superChatEvents.listSuperChatEvents)
Parameters
- $part
- The part parameter specifies the superChatEvent resource parts that the API
response will include. Supported values are id and snippet.
- $optParams
- Optional parameters.
Returns
Opt_param
string hl The hl parameter instructs the API to retrieve localized resource
metadata for a specific application language that the YouTube website supports.
The parameter value must be a language code included in the list returned by the
i18nLanguages.list method. If localized resource details are available in that
language, the resource's snippet.localized object will contain the localized
values. However, if localized details are not available, the snippet.localized
object will contain resource details in the resource's default language.
string maxResults The maxResults parameter specifies the maximum number of items
that should be returned in the result set.
string pageToken The pageToken parameter identifies a specific page in the
result set that should be returned. In an API response, the nextPageToken and
prevPageToken properties identify other pages that could be retrieved.
|