New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

telegram-bot-api-nodejs

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegram-bot-api-nodejs - npm Package Compare versions

Comparing version 1.0.34 to 1.0.35

2

index.d.ts

@@ -0,1 +1,2 @@

export { formatPrice } from "./currencies.js";
export type ChatType = "private" | "group" | "supergroup" | "channel";

@@ -775,2 +776,1 @@ export type ChatAction = "typing" | "upload_photo" | "record_video" | "upload_video" | "record_audio" | "upload_audio" | "upload_document" | "find_location" | "record_video_note" | "upload_video_note";

export declare function parseRetryAfterTime(err: unknown): number;
export {};

@@ -0,1 +1,2 @@

export { formatPrice } from "./currencies.js";
/**

@@ -2,0 +3,0 @@ * Methods

{
"name": "telegram-bot-api-nodejs",
"version": "1.0.34",
"version": "1.0.35",
"description": "Telegram Bot API client for nodejs",

@@ -5,0 +5,0 @@ "type": "module",

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