telegram-bot-api-nodejs
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -558,3 +558,3 @@ export type ChatType = "private" | "group" | "supergroup" | "channel"; | ||
} | ||
interface Invoice { | ||
export interface Invoice { | ||
title: string; | ||
@@ -561,0 +561,0 @@ description: string; |
{ | ||
"name": "telegram-bot-api-nodejs", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "Telegram Bot API client for nodejs", | ||
@@ -20,3 +20,4 @@ "type": "module", | ||
"pretest": "npm run build", | ||
"test": "node --test" | ||
"test": "node --test", | ||
"spec": "node --test spec.js" | ||
}, | ||
@@ -23,0 +24,0 @@ "author": "", |
42889