@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
8 lines • 420 B
TypeScript
import { EventSubChannelBaseModerationEvent } from './EventSubChannelBaseModerationEvent';
/**
* 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