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.51.3 to 0.51.4

8

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

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

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