@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
11 lines • 725 B
TypeScript
import { EventSubChannelChatBaseNotificationEvent } from './EventSubChannelChatBaseNotificationEvent.js';
import { type EventSubChannelChatNotificationSubTier } from './EventSubChannelChatNotificationEvent.external.js';
/**
* An EventSub event representing a notification of a user upgrading their gifted sub to a paid one in another channel's
* chat during a shared chat session.
*/
export declare class EventSubChannelChatSharedChatPrimePaidUpgradeNotificationEvent extends EventSubChannelChatBaseNotificationEvent {
readonly type: "shared_chat_prime_paid_upgrade";
get tier(): EventSubChannelChatNotificationSubTier;
}
//# sourceMappingURL=EventSubChannelChatSharedChatPrimePaidUpgradeNotificationEvent.d.ts.map