UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

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