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

@grammyjs/types

Package Overview
Dependencies
Maintainers
0
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grammyjs/types - npm Package Compare versions

Comparing version 3.12.0 to 3.13.0

2

manage.d.ts

@@ -657,2 +657,4 @@ import type { Location, Message, PhotoSize, ReactionType, Sticker } from "./message.js";

user: User;
/** Date when the user's subscription will expire; Unix time */
until_date?: number;
}

@@ -659,0 +661,0 @@ /** Represents a chat member that is under certain restrictions in the chat. Supergroups only. */

2

package.json
{
"name": "@grammyjs/types",
"version": "3.12.0",
"version": "3.13.0",
"description": "Telegram Bot API type declarations for grammY",

@@ -5,0 +5,0 @@ "main": "mod.js",

import type { User } from "./manage.js";
import type { PaidMedia } from "./message.js";
/** This object represents a portion of the price for goods or services. */

@@ -155,2 +156,4 @@ export interface LabeledPrice {

invoice_payload?: string;
/** Information about the paid media bought by the user */
paid_media?: PaidMedia[];
}

@@ -157,0 +160,0 @@ /** Describes a withdrawal transaction with Fragment. */

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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