@types/node-telegram-bot-api
Advanced tools
Comparing version 0.40.1 to 0.40.2
@@ -70,3 +70,3 @@ // Type definitions for node-telegram-bot-api 0.40 | ||
type ParseMode = 'Markdown' | 'HTML'; | ||
type ParseMode = 'Markdown' | 'MarkdownV2' | 'HTML'; | ||
@@ -73,0 +73,0 @@ /// METHODS OPTIONS /// |
{ | ||
"name": "@types/node-telegram-bot-api", | ||
"version": "0.40.1", | ||
"version": "0.40.2", | ||
"description": "TypeScript definitions for node-telegram-bot-api", | ||
@@ -50,4 +50,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "c6e6b129bf60dac0c3706bfaa5fa48c3eeec3025229bffc5c202cd19c14cda18", | ||
"typesPublisherContentHash": "599505f275ec4c7a868e29b48bc472d13f21d495d005df0ffbbec90b61de3475", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 16 Dec 2019 11:39:11 GMT | ||
* Last updated: Fri, 31 Jan 2020 21:34:24 GMT | ||
* Dependencies: [@types/request](https://npmjs.com/package/@types/request), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
47879