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.1.4 to 3.1.5

4

message.d.ts

@@ -34,3 +34,3 @@ import { Boolean, Float, Integer, String, True } from "./alias";

/** For replies, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply. */
reply_to_message?: Omit<Message, "reply_to_message">;
reply_to_message?: Message & { reply_to_message: undefined };
/** Bot through which the message was sent */

@@ -159,3 +159,3 @@ via_bot?: User;

/** Specified message was pinned. Note that the Message object in this field will not contain further reply_to_message fields even if it is itself a reply. */
pinned_message: Omit<Message, "reply_to_message">;
pinned_message: Message & { reply_to_message: undefined };
}

@@ -162,0 +162,0 @@ export interface InvoiceMessage extends ServiceMessage {

{
"name": "typegram",
"version": "3.1.4",
"version": "3.1.5",
"description": "Type declarations for the Telegram API",

@@ -5,0 +5,0 @@ "main": "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