UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

8 lines 434 B
import { EventSubChannelChatBaseNotificationEvent } from './EventSubChannelChatBaseNotificationEvent.js'; /** * An EventSub event representing a notification for cancelling an outgoing raid in a channel's chat. */ export declare class EventSubChannelChatUnraidNotificationEvent extends EventSubChannelChatBaseNotificationEvent { readonly type: "unraid"; } //# sourceMappingURL=EventSubChannelChatUnraidNotificationEvent.d.ts.map