@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.
- package/package.json +1 -1
- package/proxied.d.ts +1 -1
package/package.json
CHANGED
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
|
|
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;
|