class Poll_
extends _Poll_
import { Poll_ } from "https://deno.land/x/mtkruto@0.1.130/tl/2_types.ts";
Constructors
new
Poll_(params: { id: bigint; closed?: true; public_voters?: true; multiple_choice?: true; quiz?: true; question: string; answers: Array<enums.PollAnswer>; close_period?: number; close_date?: number; })Properties
protected
readonly
[params]: Paramsanswers: Array<enums.PollAnswer>
Static Properties
readonly
[paramDesc]: ParamDesc