Video object.
Optional
opts: CommentFetchOptions = ...Comment fetch options.
Comments array.
fetchComments
Fetches comments of a video.
await InvidJS.fetchComments(instance, video);
await InvidJS.fetchComments(instance, video, {limit: 5});
Generated using TypeDoc
Instance to fetch data from.