UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

11 lines 408 B
/** @private */ export interface EventSubChannelSharedChatSessionEndEventData { session_id: string; broadcaster_user_id: string; broadcaster_user_login: string; broadcaster_user_name: string; host_broadcaster_user_id: string; host_broadcaster_user_login: string; host_broadcaster_user_name: string; } //# sourceMappingURL=EventSubChannelSharedChatSessionEndEvent.external.d.ts.map