@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
12 lines • 527 B
TypeScript
import { EventSubChannelBaseModerationEvent } from './EventSubChannelBaseModerationEvent.js';
/**
* 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