UNPKG

@twurple/chat

Version:

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

14 lines 286 B
/** * Information about a raid. */ export interface ChatRaidInfo { /** * The display name of the raider. */ displayName: string; /** * The number of viewers joining with the raid. */ viewerCount: number; } //# sourceMappingURL=ChatRaidInfo.d.ts.map