UNPKG

twitch-chat-client

Version:

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

14 lines (13 loc) 276 B
/** * Information about a bits tier upgrade. */ export default interface ChatBitsBadgeUpgradeInfo { /** * The display name of the user. */ displayName: string; /** * The new bits badge threshold that was achieved. */ threshold: number; }