@types/node-telegram-bot-api
Advanced tools
Comparing version 0.53.4 to 0.53.5
@@ -673,3 +673,3 @@ // Type definitions for node-telegram-bot-api 0.53 | ||
bot_username?: string | undefined; | ||
request_write_acces?: boolean | undefined; | ||
request_write_access?: boolean | undefined; | ||
} | ||
@@ -1282,5 +1282,5 @@ | ||
pinChatMessage(chatId: TelegramBot.ChatId, messageId: string): Promise<boolean>; | ||
pinChatMessage(chatId: TelegramBot.ChatId, messageId: number): Promise<boolean>; | ||
unpinChatMessage(chatId: TelegramBot.ChatId): Promise<boolean>; | ||
unpinChatMessage(chatId: TelegramBot.ChatId, messageId?: number): Promise<boolean>; | ||
@@ -1287,0 +1287,0 @@ unpinAllChatMessages(chatId: TelegramBot.ChatId): Promise<boolean>; |
{ | ||
"name": "@types/node-telegram-bot-api", | ||
"version": "0.53.4", | ||
"version": "0.53.5", | ||
"description": "TypeScript definitions for node-telegram-bot-api", | ||
@@ -66,4 +66,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-telegram-bot-api", | ||
}, | ||
"typesPublisherContentHash": "f589e67fa8a77c546c0c28f4a129176bd9db993334c181c53d884392d18bdbf9", | ||
"typesPublisherContentHash": "e61fd0a38b335f635541eb90b4837a105f2d5934b329357227357b7a4244908c", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 03 Jan 2022 07:31:27 GMT | ||
* Last updated: Tue, 04 Jan 2022 02:31:28 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
63282