UNPKG

@twurple/chat

Version:

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

12 lines 287 B
/** * Information about an announcement. */ export interface ChatAnnouncementInfo { /** * The color of the announcement. * * Colors are "PRIMARY", "BLUE", "GREEN", "ORANGE" and "PURPLE". */ color: string; } //# sourceMappingURL=ChatAnnouncementInfo.d.ts.map