UNPKG

@twurple/chat

Version:

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

14 lines 322 B
/** * Information about a bits tier upgrade. */ export interface ChatBitsBadgeUpgradeInfo { /** * The display name of the user. */ displayName: string; /** * The new bits badge threshold that was achieved. */ threshold: number; } //# sourceMappingURL=ChatBitsBadgeUpgradeInfo.d.ts.map