UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

8 lines 395 B
import { EventSubChannelBaseModerationEvent } from './EventSubChannelBaseModerationEvent'; /** * An EventSub event representing a moderator disabling slow mode on a channel. */ export declare class EventSubChannelSlowOffModerationEvent extends EventSubChannelBaseModerationEvent { readonly moderationAction = "slowoff"; } //# sourceMappingURL=EventSubChannelSlowOffModerationEvent.d.ts.map