@grammyjs/types
Advanced tools
Comparing version 2.7.1 to 2.7.2
@@ -375,3 +375,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 */ | ||
@@ -378,0 +378,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": "@grammyjs/types", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"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
237922