telegram-bot-api-nodejs
Advanced tools
Comparing version
@@ -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 { |
{ | ||
"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", |
39891
1%1279
1.19%2
Infinity%6
20%