Socket
Socket
Sign inDemoInstall

@grammyjs/types

Package Overview
Dependencies
Maintainers
1
Versions
84
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.2.0 to 3.2.1

6

manage.d.ts

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

emoji_status_custom_emoji_id?: string;
/** Expiration date of the emoji status of the other party in a private chat, if any. Returned only in getChat. */
/** Expiration date of the emoji status of the other party in a private chat in Unix time, if any. Returned only in getChat. */
emoji_status_expiration_date?: number;

@@ -332,3 +332,3 @@ /** Bio of the other party in a private chat. Returned only in getChat. */

can_manage_topics: boolean;
/** Date when restrictions will be lifted for this user; unix time. If 0, then the user is restricted forever */
/** Date when restrictions will be lifted for this user; Unix time. If 0, then the user is restricted forever */
until_date: number;

@@ -349,3 +349,3 @@ }

user: User;
/** Date when restrictions will be lifted for this user; unix time. If 0, then the user is banned forever */
/** Date when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever */
until_date: number;

@@ -352,0 +352,0 @@ }

{
"name": "@grammyjs/types",
"version": "3.2.0",
"version": "3.2.1",
"description": "Telegram Bot API type declarations for grammY",

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

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