@grammyjs/types
Advanced tools
Comparing version 2.4.5 to 2.4.6
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
228034