@types/node-telegram-bot-api
Advanced tools
Comparing version 0.51.3 to 0.51.4
@@ -303,6 +303,6 @@ // Type definitions for node-telegram-bot-api 0.51 | ||
interface EditMessageMediaOptions { | ||
chat_id?: number | string; | ||
message_id?: number; | ||
inline_message_id?: string; | ||
reply_markup?: InlineKeyboardMarkup; | ||
chat_id?: number | string | undefined; | ||
message_id?: number | undefined; | ||
inline_message_id?: string | undefined; | ||
reply_markup?: InlineKeyboardMarkup | undefined; | ||
} | ||
@@ -309,0 +309,0 @@ |
{ | ||
"name": "@types/node-telegram-bot-api", | ||
"version": "0.51.3", | ||
"version": "0.51.4", | ||
"description": "TypeScript definitions for node-telegram-bot-api", | ||
@@ -71,4 +71,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-telegram-bot-api", | ||
}, | ||
"typesPublisherContentHash": "fae2bbc3bbe7b7a0d5424a8b649afce6abd92cb994c4952c872d8ffcbadd276c", | ||
"typesPublisherContentHash": "5ee1c3518583237685e2cefadb1dda8ae073fbe8e24d090aecea91eb2c5c9c71", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 00:01:50 GMT | ||
* Last updated: Wed, 07 Jul 2021 16:31:33 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 |
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
58267