UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

8 lines 416 B
import { EventSubChannelBaseModerationEvent } from './EventSubChannelBaseModerationEvent'; /** * 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