class Poll
extends TypePoll
import { Poll } from "https://deno.land/x/mtkruto@0.0.982/tl/2_types.ts";
Constructors
new
Poll(params: { id: bigint; closed?: true; publicVoters?: true; multipleChoice?: true; quiz?: true; question: string; answers: Array<TypePollAnswer>; closePeriod?: number; closeDate?: number; })Properties
protected
readonly
[params]: Paramsanswers: Array<TypePollAnswer>
Static Properties
readonly
[paramDesc]: ParamDesc