Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typegram

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typegram - npm Package Compare versions

Comparing version 3.9.1 to 3.9.2

2

manage.d.ts

@@ -374,3 +374,3 @@ import { Location, Message, PhotoSize } from "./message";

/** Chat to which the request was sent */
chat: Chat;
chat: Chat.SupergroupChat | Chat.ChannelChat;
/** User that sent the join request */

@@ -377,0 +377,0 @@ from: User;

@@ -101,3 +101,3 @@ import { User } from "./manage";

chat_instance: string;
/** Data associated with the callback button. Be aware that a bad client can send arbitrary data in this field. */
/** Data associated with the callback button. Be aware that the message, which originated the query, can contain no callback buttons with this data. */
data?: string;

@@ -104,0 +104,0 @@ /** Short name of a Game to be returned, serves as the unique identifier for the game */

{
"name": "typegram",
"version": "3.9.1",
"version": "3.9.2",
"description": "Type declarations for the Telegram API",

@@ -14,2 +14,4 @@ "main": "index.js",

"./manage": "./index.js",
"./markup": "./markup.js",
"./menu-button": "./menu-button.js",
"./message": "./index.js",

@@ -16,0 +18,0 @@ "./passport": "./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