@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
16 lines • 692 B
TypeScript
import { EventSubChannelChatBaseNotificationEvent } from './EventSubChannelChatBaseNotificationEvent.js';
/**
* An EventSub event representing a Watch Streak notification in a channel's chat.
*/
export declare class EventSubChannelChatWatchStreakNotificationEvent extends EventSubChannelChatBaseNotificationEvent {
readonly type: "watch_streak";
/**
* The number of consecutive broadcasts for which the user has been watching.
*/
get streakCount(): number;
/**
* The number of channel points awarded for the Watch Streak milestone.
*/
get channelPointsAwarded(): number;
}
//# sourceMappingURL=EventSubChannelChatWatchStreakNotificationEvent.d.ts.map