@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
14 lines • 731 B
TypeScript
import { EventSubChannelChatBaseNotificationEvent } from './EventSubChannelChatBaseNotificationEvent.js';
import { type EventSubChannelChatAnnouncementColor } from './EventSubChannelChatNotificationEvent.external.js';
/**
* An EventSub event representing a notification for an announcement in another channel's chat during a shared chat
* session.
*/
export declare class EventSubChannelChatSharedChatAnnouncementNotificationEvent extends EventSubChannelChatBaseNotificationEvent {
readonly type: "shared_chat_announcement";
/**
* The color of the announcement.
*/
get color(): EventSubChannelChatAnnouncementColor;
}
//# sourceMappingURL=EventSubChannelChatSharedChatAnnouncementNotificationEvent.d.ts.map