Skip to main content
Module

x/mtkruto/mod.ts>PollOption

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface PollOption
Re-export
import { type PollOption } from "https://deno.land/x/mtkruto@0.1.702/mod.ts";

A poll option.

Properties

text: string

The option's text (1-100 characters).

voterCount: number

Number of users that voted this option.