UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

16 lines 717 B
import { type EventSubChannelPollChoiceData } from './common/EventSubChannelPollChoice.external'; import { type EventSubChannelPollVoteTypeSettingsData } from './common/EventSubChannelPollVoteTypeSettings.external'; /** @private */ export interface EventSubChannelPollProgressEventData { id: string; broadcaster_user_id: string; broadcaster_user_login: string; broadcaster_user_name: string; title: string; choices: EventSubChannelPollChoiceData[]; bits_voting: EventSubChannelPollVoteTypeSettingsData; channel_points_voting: EventSubChannelPollVoteTypeSettingsData; started_at: string; ends_at: string; } //# sourceMappingURL=EventSubChannelPollProgressEvent.external.d.ts.map