@grammyjs/types 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/proxied.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grammyjs/types",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Telegram Bot API type declarations for grammY",
5
5
  "main": "index.js",
6
6
  "repository": {
package/proxied.d.ts CHANGED
@@ -124,7 +124,7 @@ export interface InputFileProxy<F> {
124
124
  disable_web_page_preview?: boolean;
125
125
  /** Sends the message silently. Users will receive a notification with no sound. */
126
126
  disable_notification?: boolean;
127
- /** Protects the contents of sent messages from forwarding and saving */
127
+ /** Protects the contents of the sent message from forwarding and saving */
128
128
  protect_content?: boolean;
129
129
  /** If the message is a reply, ID of the original message */
130
130
  reply_to_message_id?: number;