@twitchapis/twitch.js - v2.0.0-beta.6
    Preparing search index...
    Index

    Constructors

    Methods

    • Loggin twitch chat.

      Parameters

      • Optionaltoken: null | string

        The token to use for the connection. If not provided or false, the client will log in as anonymous.

      Returns Promise<void>

    • Sends a message in the specified live chat

      Parameters

      • channel: string

        The channel to send the message to

      • ...message: string[]

        The message to send

      Returns Promise<void>

      • Resolves when the message is sent