@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
13 lines • 620 B
TypeScript
import { type EventSubChannelSharedChatSessionParticipantData } from './common/EventSubChannelSharedChatSessionParticipant.external.js';
/** @private */
export interface EventSubChannelSharedChatSessionUpdateEventData {
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;
participants: EventSubChannelSharedChatSessionParticipantData[];
}
//# sourceMappingURL=EventSubChannelSharedChatSessionUpdateEvent.external.d.ts.map