telegram-bot-api-nodejs
Advanced tools
Comparing version
@@ -217,2 +217,3 @@ export type ChatType = "private" | "group" | "supergroup" | "channel"; | ||
contact?: Contact; | ||
dice?: Dice; | ||
location?: Location; | ||
@@ -387,2 +388,6 @@ venue?: Venue; | ||
} | ||
export interface Dice { | ||
emoji: string; | ||
value: string; | ||
} | ||
export interface Location { | ||
@@ -389,0 +394,0 @@ longitude: number; |
{ | ||
"name": "telegram-bot-api-nodejs", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"description": "Telegram Bot API client for nodejs", | ||
@@ -5,0 +5,0 @@ "type": "module", |
40551
0.2%1304
0.38%