Comparing version 2.13.1 to 2.13.2
@@ -46,2 +46,4 @@ import * as Interfaces from '../../generated/telegram-interfaces'; | ||
get [Symbol.toStringTag](): string; | ||
/** Empty inline keyboard. That's literally it. */ | ||
static empty: InlineKeyboard; | ||
/** Assemble a builder of buttons */ | ||
@@ -48,0 +50,0 @@ static keyboard(rows: (Interfaces.TelegramInlineKeyboardButton | Interfaces.TelegramInlineKeyboardButton[])[]): InlineKeyboard; |
@@ -120,2 +120,4 @@ "use strict"; | ||
}; | ||
/** Empty inline keyboard. That's literally it. */ | ||
InlineKeyboard.empty = InlineKeyboard_1.keyboard([]); | ||
__decorate([ | ||
@@ -122,0 +124,0 @@ (0, inspectable_1.Inspect)({ as: 'inline_keyboard' }) |
{ | ||
"name": "puregram", | ||
"version": "2.13.1", | ||
"version": "2.13.2", | ||
"description": "powerful and modern telegram bot api sdk for node.js and typescript 😁", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
1064474
25512