YouTube Data API v3 (youtube:v3)

2024-12-04

1 removed method

Deletions

    Methods
  • youtube.youtube.v3.liveChat.messages.stream

      Parameters :

        liveChatId

          Type : string

          Location : query

          Description : The id of the live chat for which comments should be returned.

        pageToken

          Location : query

          Description : The *pageToken* parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken property identify other pages that could be retrieved.

          Type : string

        part

          Repeated : Yes

          Location : query

          Description : The *part* parameter specifies the liveChatComment resource parts that the API response will include. Supported values are id, snippet, and authorDetails.

          Type : string

        hl

          Description : Specifies the localization language in which the system messages should be returned.

          Type : string

          Location : query

        profileImageSize

          Description : Specifies the size of the profile image that should be returned for each user.

          Location : query

          Type : integer

          Maximum : 720

          Format : uint32

          Minimum : 16

        maxResults

          Default : 500

          Minimum : 200

          Description : The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.

          Maximum : 2000

          Type : integer

          Format : uint32

          Location : query

      Description : Allows a user to load live chat through a server-streamed RPC.

      Flat Path : youtube/v3/liveChat/messages/stream

      Scopes :

    • https://www.googleapis.com/auth/youtube
    • https://www.googleapis.com/auth/youtube.force-ssl
    • https://www.googleapis.com/auth/youtube.readonly
    • HTTP Method : GET

      Path : youtube/v3/liveChat/messages/stream