@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
16 lines • 529 B
TypeScript
import { DataObject } from '@twurple/common';
import { type EventSubChannelPollBeginChoiceData } from './EventSubChannelPollBeginChoice.external.js';
/**
* A choice in a poll, as defined when beginning that poll.
*/
export declare class EventSubChannelPollBeginChoice extends DataObject<EventSubChannelPollBeginChoiceData> {
/**
* The ID of the choice.
*/
get id(): string;
/**
* The title of the choice.
*/
get title(): string;
}
//# sourceMappingURL=EventSubChannelPollBeginChoice.d.ts.map