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

    Interface IMessage

    interface IMessage {
        author: UserStructure;
        bits: number;
        channel: ChannelStructure;
        content: string;
        id: string;
        tags: ITwitchTags;
        reply(message: string): void;
        toString(): string;
    }
    Index

    Properties

    bits: number
    content: string
    id: string

    Methods