Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "telegraf", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "📢 Modern Telegram bot framework", | ||
@@ -5,0 +5,0 @@ "main": "lib/telegraf.js", |
@@ -343,3 +343,3 @@ [![npm](https://img.shields.io/npm/l/telegraf.svg?style=flat-square)](https://www.npmjs.com/package/telegraf) | ||
<a name="handler"></a> | ||
##### `Telegraf.handler(eventType, handler, [handler...])` | ||
##### `Telegraf.handler(eventType, handler, [handler...]) => GeneratorFunction` | ||
@@ -356,3 +356,3 @@ Generates middleware for handling provided [event type](#events). | ||
<a name="compose"></a> | ||
##### `Telegraf.compose(middleware)` | ||
##### `Telegraf.compose(middleware) => GeneratorFunction` | ||
@@ -359,0 +359,0 @@ Compose `middleware` returning a fully valid middleware comprised of all those which are passed. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49721
79184
7