UNPKG

@twurple/chat

Version:

Interact with the Twitch Messaging Interface (aka Twitch chat).

13 lines (12 loc) 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TwitchMembershipCapability = void 0; /** * This capability just enables standard IRC commands that Twitch chose to disable by default. * It has no message types on its own. * * @internal */ exports.TwitchMembershipCapability = { name: 'twitch.tv/membership', };