UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

8 lines 418 B
import { EventSubChannelBaseModerationEvent } from './EventSubChannelBaseModerationEvent.js'; /** * An EventSub event representing a moderator disabling emote-only mode on a channel. */ export declare class EventSubChannelEmoteOnlyOffModerationEvent extends EventSubChannelBaseModerationEvent { readonly moderationAction: "emoteonlyoff"; } //# sourceMappingURL=EventSubChannelEmoteOnlyOffModerationEvent.d.ts.map