Function fetchComments

  • Parameters

    Returns Promise<Comment[]>

    Comments array.

    Name

    fetchComments

    Description

    Fetches comments of a video.

    Example

    await InvidJS.fetchComments(instance, video);
    

    Example

    await InvidJS.fetchComments(instance, video, {limit: 5});
    

Generated using TypeDoc