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
65
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.22

15

index.d.ts

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

}
interface VideoChatScheduled {
start_date: number;
}
interface VideoChatStarted {
}
interface VideoChatEnded {
duration: number;
}
interface VideoChatParticipantsInvited {
users: User[];
}
/**

@@ -230,2 +241,6 @@ * @docs https://core.telegram.org/bots/api#message

general_forum_topic_unhidden?: GeneralForumTopicUnhidden;
video_chat_scheduled: VideoChatScheduled;
video_chat_started: VideoChatStarted;
video_chat_ended: VideoChatEnded;
video_chat_participants_invited: VideoChatParticipantsInvited;
}

@@ -232,0 +247,0 @@ export interface MessageReactionUpdated {

2

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

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