Comparing version 3.9.1 to 3.9.2
@@ -374,3 +374,3 @@ import { Location, Message, PhotoSize } from "./message"; | ||
/** Chat to which the request was sent */ | ||
chat: Chat; | ||
chat: Chat.SupergroupChat | Chat.ChannelChat; | ||
/** User that sent the join request */ | ||
@@ -377,0 +377,0 @@ from: User; |
@@ -101,3 +101,3 @@ import { User } from "./manage"; | ||
chat_instance: string; | ||
/** Data associated with the callback button. Be aware that a bad client can send arbitrary data in this field. */ | ||
/** Data associated with the callback button. Be aware that the message, which originated the query, can contain no callback buttons with this data. */ | ||
data?: string; | ||
@@ -104,0 +104,0 @@ /** Short name of a Game to be returned, serves as the unique identifier for the game */ |
{ | ||
"name": "typegram", | ||
"version": "3.9.1", | ||
"version": "3.9.2", | ||
"description": "Type declarations for the Telegram API", | ||
@@ -14,2 +14,4 @@ "main": "index.js", | ||
"./manage": "./index.js", | ||
"./markup": "./markup.js", | ||
"./menu-button": "./menu-button.js", | ||
"./message": "./index.js", | ||
@@ -16,0 +18,0 @@ "./passport": "./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
250524