Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/node-telegram-bot-api

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node-telegram-bot-api - npm Package Compare versions

Comparing version 0.53.4 to 0.53.5

6

node-telegram-bot-api/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc