@types/node-telegram-bot-api
Advanced tools
Comparing version 0.30.2 to 0.30.3
@@ -374,3 +374,3 @@ // Type definitions for node-telegram-bot-api 0.30 | ||
interface Video { | ||
interface Video extends FileBase { | ||
width: number; | ||
@@ -377,0 +377,0 @@ height: number; |
{ | ||
"name": "@types/node-telegram-bot-api", | ||
"version": "0.30.2", | ||
"version": "0.30.3", | ||
"description": "TypeScript definitions for node-telegram-bot-api", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "81487af781d242771c06311265e6f9c078b9401b46bfb084749b08334cecb3d4", | ||
"typesPublisherContentHash": "8462d6bbd41ec4452b3796d0b2560eefda1c325d40554166bcfd57f19b2b7b42", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 24 Aug 2018 16:46:40 GMT | ||
* Last updated: Wed, 05 Sep 2018 16:21:55 GMT | ||
* Dependencies: events, stream, https, request, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
35210