Comparing version 3.1.4 to 3.1.5
@@ -34,3 +34,3 @@ import { Boolean, Float, Integer, String, True } from "./alias"; | ||
/** For replies, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply. */ | ||
reply_to_message?: Omit<Message, "reply_to_message">; | ||
reply_to_message?: Message & { reply_to_message: undefined }; | ||
/** Bot through which the message was sent */ | ||
@@ -159,3 +159,3 @@ via_bot?: User; | ||
/** Specified message was pinned. Note that the Message object in this field will not contain further reply_to_message fields even if it is itself a reply. */ | ||
pinned_message: Omit<Message, "reply_to_message">; | ||
pinned_message: Message & { reply_to_message: undefined }; | ||
} | ||
@@ -162,0 +162,0 @@ export interface InvoiceMessage extends ServiceMessage { |
{ | ||
"name": "typegram", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "Type declarations for the Telegram API", | ||
@@ -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
212436