Socket
Socket
Sign inDemoInstall

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.8 to 3.1.9

4

inline.d.ts

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

/** Mime type of the content of video url, “text/html” or “video/mp4” */
mime_type: String;
mime_type: "text/html" | "video/mp4";
/** URL of the thumbnail (jpeg only) for the video */

@@ -366,3 +366,3 @@ thumb_url: String;

/** Mime type of the content of the file, either “application/pdf” or “application/zip” */
mime_type: String;
mime_type: "application/pdf" | "application/zip";
/** Short description of the result */

@@ -369,0 +369,0 @@ description?: String;

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

/** Helper type that represents a message which occurs in a `reply_to_message` field. */
type ReplyMessage =

@@ -221,0 +222,0 @@ | ServiceMessageBundle

{
"name": "typegram",
"version": "3.1.8",
"version": "3.1.9",
"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