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

@grammyjs/types

Package Overview
Dependencies
Maintainers
1
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 2.4.5 to 2.4.6

4

manage.d.ts

@@ -384,5 +384,5 @@ import { Location, Message, PhotoSize } from "./message";

export interface BotCommand {
/** Text of the command, 1-32 characters. Can contain only lowercase English letters, digits and underscores. */
/** Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores. */
command: string;
/** Description of the command, 3-256 characters. */
/** Description of the command; 1-256 characters. */
description: string;

@@ -389,0 +389,0 @@ }

@@ -28,3 +28,3 @@ import { InlineKeyboardMarkup } from "./inline";

forward_from_message_id?: number;
/** For messages forwarded from channels, signature of the post author if present */
/** For forwarded messages that were originally sent in channels or by an anonymous chat administrator, signature of the message sender if present */
forward_signature?: string;

@@ -221,3 +221,3 @@ /** Sender's name for messages forwarded from users who disallow adding a link to their account in forwarded messages */

Message entities can be nested, providing following restrictions are met:
- If two entities has common characters then one of them is fully contained inside another.
- If two entities have common characters then one of them is fully contained inside another.
- bold, italic, underline and strikethrough entities can contain and to be contained in any other entities, except pre and code.

@@ -224,0 +224,0 @@ - All other entities can't contain each other.

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

@@ -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