UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

12 lines 525 B
import { EventSubChannelBaseModerationEvent } from './EventSubChannelBaseModerationEvent'; /** * An EventSub event representing a moderator enabling slow mode on a channel. */ export declare class EventSubChannelSlowModerationEvent extends EventSubChannelBaseModerationEvent { readonly moderationAction = "slow"; /** * The amount of time, in seconds, that users need to wait between sending messages. */ get waitTimeSeconds(): number; } //# sourceMappingURL=EventSubChannelSlowModerationEvent.d.ts.map