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.2.24/mod.ts";

A poll option.

Properties

text: string

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

entities: MessageEntity[]

The entities of the option's text.

voterCount: number

Number of users that voted this option.