@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
20 lines • 738 B
TypeScript
import { EventSubChannelPredictionBeginOutcome } from './EventSubChannelPredictionBeginOutcome.js';
import { EventSubChannelPredictionPredictor } from './EventSubChannelPredictionPredictor.js';
/**
* A possible outcome of a prediction.
*/
export declare class EventSubChannelPredictionOutcome extends EventSubChannelPredictionBeginOutcome {
/**
* The number of users that predicted the outcome.
*/
get users(): number;
/**
* The number of channel points that were bet on the outcome.
*/
get channelPoints(): number;
/**
* The top predictors of the choice.
*/
get topPredictors(): EventSubChannelPredictionPredictor[];
}
//# sourceMappingURL=EventSubChannelPredictionOutcome.d.ts.map