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 2.5.1 to 2.6.0

8

message.d.ts

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

<s>strikethrough</s>, <strike>strikethrough</strike>, <del>strikethrough</del>
<span class="tg-spoiler">spoiler</span>
<span class="tg-spoiler">spoiler</span>, <tg-spoiler>spoiler</tg-spoiler>
<b>bold <i>italic bold <s>italic bold strikethrough <span class="tg-spoiler">italic bold strikethrough spoiler</span></s> <u>underline italic bold</u></i> bold</b>

@@ -635,2 +635,4 @@ <a href="http://www.example.com/">inline URL</a>

is_animated: boolean;
/** True, if the sticker is a video sticker */
is_video: boolean;
/** Sticker thumbnail in the .WEBP or .JPG format */

@@ -656,2 +658,4 @@ thumb?: PhotoSize;

is_animated: boolean;
/** True, if the sticker set contains video stickers */
is_video: boolean;
/** True, if the sticker set contains masks */

@@ -661,3 +665,3 @@ contains_masks: boolean;

stickers: Sticker[];
/** Sticker set thumbnail in the .WEBP or .TGS format */
/** Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format */
thumb?: PhotoSize;

@@ -664,0 +668,0 @@ }

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

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

Sorry, the diff of this file is not supported yet

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