Skip to main content
Module

x/mtkruto/types/1_poll_option.ts>PollOption

Cross-runtime JavaScript library for building Telegram clients
Latest
interface PollOption
import { type PollOption } from "https://deno.land/x/mtkruto@0.2.30/types/1_poll_option.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.