@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
8 lines • 422 B
TypeScript
import { EventSubChannelBaseModerationEvent } from './EventSubChannelBaseModerationEvent.js';
/**
* An EventSub event representing a moderator disabling unique chat mode on a channel.
*/
export declare class EventSubChannelUniqueChatOffModerationEvent extends EventSubChannelBaseModerationEvent {
readonly moderationAction: "uniquechatoff";
}
//# sourceMappingURL=EventSubChannelUniqueChatOffModerationEvent.d.ts.map