You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

telegram-bot-api-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
70
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

to
1.0.76

7

index.d.ts

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

}
export interface GiveawayWinners {
winner_count?: number;
prize_star_count?: number;
prize_description?: string;
winners_selection_date?: string;
}
export interface VideoChatScheduled {

@@ -325,2 +331,3 @@ start_date: number;

giveaway?: Giveaway;
giveaway_winners?: GiveawayWinners;
video_chat_scheduled?: VideoChatScheduled;

@@ -327,0 +334,0 @@ video_chat_started?: VideoChatStarted;

2

package.json
{
"name": "telegram-bot-api-nodejs",
"version": "1.0.75",
"version": "1.0.76",
"description": "Telegram Bot API client for nodejs",

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