public class YouTube.Youtube.V3.LiveChat extends Object
Modifier and Type | Class and Description |
---|---|
class |
YouTube.Youtube.V3.LiveChat.Messages
The "messages" collection of methods.
|
Constructor and Description |
---|
LiveChat() |
Modifier and Type | Method and Description |
---|---|
YouTube.Youtube.V3.LiveChat.Messages |
messages()
An accessor for creating requests from the Messages collection.
|
public YouTube.Youtube.V3.LiveChat.Messages messages()
The typical use is:
YouTube youtube = new YouTube(...);
YouTube.Messages.List request = youtube.messages().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.