Function fetchChannel

  • Parameters

    • instance: Instance

      Instance to fetch data from.

    • id: string

      Channel ID.

    • Optional opts: ContentOptions = ...

      Channel fetch options.

    Returns Promise<Channel>

    Channel object.

    Name

    fetchChannel

    Description

    Fetches channel data.

    Example

    await InvidJS.fetchChannel(instance, "id");
    

Generated using TypeDoc