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.11.0 to 3.11.1

6

manage.d.ts

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

/** Title, for supergroups, channels and group chats */
title?: string;
title: string;
/** Username, for private chats, supergroups and channels if available */

@@ -319,3 +319,3 @@ username?: undefined;

/** Title, for supergroups, channels and group chats */
title?: string;
title: string;
/** Username, for private chats, supergroups and channels if available */

@@ -411,3 +411,3 @@ username?: string;

/** Title, for supergroups, channels and group chats */
title?: string;
title: string;
/** Username, for private chats, supergroups and channels if available */

@@ -414,0 +414,0 @@ username?: string;

{
"name": "@grammyjs/types",
"version": "3.11.0",
"version": "3.11.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