UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

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