telegram-bot-api-nodejs
Advanced tools
Comparing version 1.0.29 to 1.0.30
@@ -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; |
{ | ||
"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", |
41624
1337