@types/node-telegram-bot-api
Advanced tools
Comparing version 0.56.0 to 0.56.1
@@ -1277,2 +1277,6 @@ // Type definitions for node-telegram-bot-api 0.56 | ||
approveChatJoinReqest(chatId: TelegramBot.ChatId, userId: string, form?: object): Promise<boolean>; | ||
declineChatJoinRequest(chatId: TelegramBot.ChatId, userId: string, form?: object): Promise<boolean>; | ||
setChatPhoto(chatId: TelegramBot.ChatId, photo: string | Stream | Buffer, options?: object, fileOptions?: TelegramBot.FileOptions): Promise<boolean>; | ||
@@ -1279,0 +1283,0 @@ |
{ | ||
"name": "@types/node-telegram-bot-api", | ||
"version": "0.56.0", | ||
"version": "0.56.1", | ||
"description": "TypeScript definitions for node-telegram-bot-api", | ||
@@ -61,4 +61,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-telegram-bot-api", | ||
}, | ||
"typesPublisherContentHash": "273291296cb02ff4b5b120d7aa3a3d9599763aba22b4cccf2edf62098e5e3d57", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "c0f3a454950d185c147708eb3c676349ca62c28f2d7cbe145374cc1e96dc6d7a", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 06 Feb 2022 13:01:30 GMT | ||
* Last updated: Mon, 04 Apr 2022 01:01:43 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
63719
1353