@grammyjs/types
Advanced tools
Comparing version 3.11.1 to 3.12.0
@@ -54,3 +54,5 @@ import type { Location, Message, PhotoSize, ReactionType, Sticker } from "./message.js"; | ||
/** True, if the bot can be connected to a Telegram Business account to receive its messages. Returned only in getMe. */ | ||
can_connect_to_business?: boolean; | ||
can_connect_to_business: boolean; | ||
/** True, if the bot has main Web App. Returned only in getMe. */ | ||
has_main_web_app: boolean; | ||
} | ||
@@ -57,0 +59,0 @@ export declare namespace Chat { |
{ | ||
"name": "@grammyjs/types", | ||
"version": "3.11.1", | ||
"version": "3.12.0", | ||
"description": "Telegram Bot API type declarations for grammY", | ||
@@ -5,0 +5,0 @@ "main": "mod.js", |
@@ -20,3 +20,3 @@ # Telegram Bot API types for grammY | ||
- `Chat` | ||
- `ChatFromGetChat` | ||
- `ChatFullInfo` | ||
- `InlineKeyboardButton` | ||
@@ -23,0 +23,0 @@ - `KeyboardButton` |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
366677
5678