1.5.2 • Published 1 year ago

@tlgr/quiz v1.5.2

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
1 year 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

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