@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
11 lines • 720 B
TypeScript
import { EventSubChannelChatBaseNotificationEvent } from './EventSubChannelChatBaseNotificationEvent';
import { type EventSubChannelChatNotificationSubTier } from './EventSubChannelChatNotificationEvent.external';
/**
* 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