UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

8 lines 432 B
import { EventSubChannelChatBaseNotificationEvent } from './EventSubChannelChatBaseNotificationEvent'; /** * 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