1.5.2 • Published 3 years ago
@tlgr/quiz v1.5.2
Quiz
Telegram Quiz component.
See full docs
Installation
npm install @tlgr/quizyarn add @tlgr/quizpnpm add @tlgr/quizExample
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.