UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

13 lines 673 B
import { EventSubChannelChatBaseNotificationEvent } from './EventSubChannelChatBaseNotificationEvent.js'; import { type EventSubChannelChatAnnouncementColor } from './EventSubChannelChatNotificationEvent.external.js'; /** * An EventSub event representing a notification for an announcement in a channel's chat. */ export declare class EventSubChannelChatAnnouncementNotificationEvent extends EventSubChannelChatBaseNotificationEvent { readonly type: "announcement"; /** * The color of the announcement. */ get announcementColor(): EventSubChannelChatAnnouncementColor; } //# sourceMappingURL=EventSubChannelChatAnnouncementNotificationEvent.d.ts.map