@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
10 lines • 655 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 a channel's chat.
*/
export declare class EventSubChannelChatPrimePaidUpgradeNotificationEvent extends EventSubChannelChatBaseNotificationEvent {
readonly type: "prime_paid_upgrade";
get tier(): EventSubChannelChatNotificationSubTier;
}
//# sourceMappingURL=EventSubChannelChatPrimePaidUpgradeNotificationEvent.d.ts.map