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.1 to 0.51.2

10

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

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

12

node-telegram-bot-api/package.json
{
"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).
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