UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

20 lines 676 B
import { EventSubChannelBaseModerationEvent } from './EventSubChannelBaseModerationEvent'; /** * An EventSub event representing a user having gained moderator status on a channel. */ export declare class EventSubChannelModModerationEvent extends EventSubChannelBaseModerationEvent { readonly moderationAction = "mod"; /** * The ID of the user gaining mod status. */ get userId(): string; /** * The name of the user gaining mod status. */ get userName(): string; /** * The display name of the user gaining mod status. */ get userDisplayName(): string; } //# sourceMappingURL=EventSubChannelModModerationEvent.d.ts.map