UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

12 lines 424 B
/** @private */ export interface EventSubChannelShoutoutReceiveEventData { broadcaster_user_id: string; broadcaster_user_login: string; broadcaster_user_name: string; from_broadcaster_user_id: string; from_broadcaster_user_login: string; from_broadcaster_user_name: string; viewer_count: number; started_at: string; } //# sourceMappingURL=EventSubChannelShoutoutReceiveEvent.external.d.ts.map