UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

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