1.5.2 • Published 2 years ago

@tlgr/quiz v1.5.2

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
2 years ago

Quiz

Telegram Quiz component.

See full docs

Installation

npm

npm install @tlgr/quiz

yarn

yarn add @tlgr/quiz

pnpm

pnpm add @tlgr/quiz

Example

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

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

bot.launch()

Demo

Code available at bin.ts file.

1.5.2

2 years ago

1.4.4

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago