telegram-bot-api-nodejs
Advanced tools
Comparing version 1.0.34 to 1.0.35
@@ -0,1 +1,2 @@ | ||
export { formatPrice } from "./currencies.js"; | ||
export type ChatType = "private" | "group" | "supergroup" | "channel"; | ||
@@ -775,2 +776,1 @@ export type ChatAction = "typing" | "upload_photo" | "record_video" | "upload_video" | "record_audio" | "upload_audio" | "upload_document" | "find_location" | "record_video_note" | "upload_video_note"; | ||
export declare function parseRetryAfterTime(err: unknown): number; | ||
export {}; |
@@ -0,1 +1,2 @@ | ||
export { formatPrice } from "./currencies.js"; | ||
/** | ||
@@ -2,0 +3,0 @@ * Methods |
{ | ||
"name": "telegram-bot-api-nodejs", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "Telegram Bot API client for nodejs", | ||
@@ -5,0 +5,0 @@ "type": "module", |
42972
1364