Socket
Socket
Sign inDemoInstall

puregram

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puregram - npm Package Compare versions

Comparing version 2.12.1 to 2.12.2

2

lib/common/keyboards/inline-keyboard-builder.d.ts

@@ -57,3 +57,3 @@ import * as Interfaces from '../../generated/telegram-interfaces';

/** Generate button that will prompt user to select one of their chats of the specified type, open that chat and insert the bot's username and the specified inline query in the input field */
switchToChosenChatButton(params: SwitchToChosenChatButtonParams): void;
switchToChosenChatButton(params: SwitchToChosenChatButtonParams): this;
/** Generate game button */

@@ -60,0 +60,0 @@ gameButton(params: GameButtonParams): this;

@@ -65,3 +65,3 @@ "use strict";

switchToChosenChatButton(params) {
this.addButton({
return this.addButton({
text: params.text,

@@ -68,0 +68,0 @@ switch_inline_query_chosen_chat: {

{
"name": "puregram",
"version": "2.12.1",
"version": "2.12.2",
"description": "powerful and modern telegram bot api sdk for node.js and typescript 😁",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc