1.5.2 • Published 1 year ago

@tlgr/poll v1.5.2

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
1 year ago

Poll

Telegram poll component.

See full docs

Installation

npm

npm install @tlgr/poll

yarn

yarn add @tlgr/poll

pnpm

pnpm add @tlgr/poll

Example

import {Poll} from '@tlgr/poll'
// simple example without overrides
const bot = new Telegraf(TOKEN);
const poll = new Poll(bot, options);

bot.start(ctx => {
  poll.send(ctx);
})

bot.launch()

Demo

Code available at bin.ts file.

1.5.2

1 year ago

1.4.4

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago