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
1
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.29 to 1.0.30

4

index.d.ts

@@ -16,2 +16,3 @@ export type ChatType = "private" | "group" | "supergroup" | "channel";

chat_id: number | string;
business_connection_id?: string;
message_thread_id?: number;

@@ -193,3 +194,5 @@ disable_notification?: boolean;

from?: User;
sender_business_bot?: User;
date: number;
business_connection_id?: string;
chat: Chat;

@@ -207,2 +210,3 @@ via_bot?: User;

edit_date?: number;
is_from_offline?: boolean;
media_group_id?: string;

@@ -209,0 +213,0 @@ author_signature?: string;

2

package.json
{
"name": "telegram-bot-api-nodejs",
"version": "1.0.29",
"version": "1.0.30",
"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