UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

8 lines 389 B
import { EventSubChannelBaseModerationEvent } from './EventSubChannelBaseModerationEvent.js'; /** * An EventSub event representing a moderator clearing the chat on a channel. */ export declare class EventSubChannelClearModerationEvent extends EventSubChannelBaseModerationEvent { readonly moderationAction: "clear"; } //# sourceMappingURL=EventSubChannelClearModerationEvent.d.ts.map