@types/node-telegram-bot-api
Advanced tools
Comparing version 0.51.1 to 0.51.2
@@ -12,2 +12,3 @@ // Type definitions for node-telegram-bot-api 0.51 | ||
// XieJiSS <https://github.com/XieJiSS> | ||
// Toniop <https://github.com/toniop99> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -302,2 +303,9 @@ // TypeScript Version: 2.3 | ||
interface EditMessageMediaOptions { | ||
chat_id?: number | string; | ||
message_id?: number; | ||
inline_message_id?: string; | ||
reply_markup?: InlineKeyboardMarkup; | ||
} | ||
interface GetUserProfilePhotosOptions { | ||
@@ -1184,2 +1192,4 @@ offset?: number; | ||
editMessageMedia(media: TelegramBot.InputMedia, options: TelegramBot.EditMessageMediaOptions): Promise<TelegramBot.Message | boolean>; | ||
editMessageReplyMarkup(replyMarkup: TelegramBot.InlineKeyboardMarkup, options?: TelegramBot.EditMessageReplyMarkupOptions): Promise<TelegramBot.Message | boolean>; | ||
@@ -1186,0 +1196,0 @@ |
{ | ||
"name": "@types/node-telegram-bot-api", | ||
"version": "0.51.1", | ||
"version": "0.51.2", | ||
"description": "TypeScript definitions for node-telegram-bot-api", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-telegram-bot-api", | ||
"license": "MIT", | ||
@@ -51,2 +52,7 @@ "contributors": [ | ||
"githubUsername": "XieJiSS" | ||
}, | ||
{ | ||
"name": "Toniop", | ||
"url": "https://github.com/toniop99", | ||
"githubUsername": "toniop99" | ||
} | ||
@@ -66,4 +72,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "f6317fe48a72b8bb0d23dc9d1408aa022fa20604cc354c650fea45b85b912ec0", | ||
"typeScriptVersion": "3.4" | ||
"typesPublisherContentHash": "63dde0ac5304ba7ffb9f1fd63c4640fff27d949fe694340805458acde3c8dbfb", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 13 Feb 2021 08:29:24 GMT | ||
* Last updated: Fri, 02 Jul 2021 08:31:21 GMT | ||
* Dependencies: [@types/request](https://npmjs.com/package/@types/request), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Alex Muench](https://github.com/ammuench), [Agadar](https://github.com/agadar), [Giorgio Garasto](https://github.com/Dabolus), [Kallu609](https://github.com/Kallu609), [XC-Zhang](https://github.com/XC-Zhang), [AdityaThebe](https://github.com/adityathebe), [Michael Orlov](https://github.com/MiklerGM), [Alexander Ariutin](https://github.com/ariutin), and [XieJiSS](https://github.com/XieJiSS). | ||
These definitions were written by [Alex Muench](https://github.com/ammuench), [Agadar](https://github.com/agadar), [Giorgio Garasto](https://github.com/Dabolus), [Kallu609](https://github.com/Kallu609), [XC-Zhang](https://github.com/XC-Zhang), [AdityaThebe](https://github.com/adityathebe), [Michael Orlov](https://github.com/MiklerGM), [Alexander Ariutin](https://github.com/ariutin), [XieJiSS](https://github.com/XieJiSS), and [Toniop](https://github.com/toniop99). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
53527
1230
1