@grammyjs/types
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -296,3 +296,3 @@ import { Location, Message, PhotoSize } from "./message"; | ||
can_add_web_page_previews: boolean; | ||
/** Date when restrictions will be lifted for this user; unix time */ | ||
/** Date when restrictions will be lifted for this user; unix time. If 0, then the user is restricted forever */ | ||
until_date: number; | ||
@@ -315,3 +315,3 @@ } | ||
user: User; | ||
/** Date when restrictions will be lifted for this user; unix time */ | ||
/** Date when restrictions will be lifted for this user; unix time. If 0, then the user is banned forever */ | ||
until_date: number; | ||
@@ -318,0 +318,0 @@ } |
{ | ||
"name": "@grammyjs/types", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Telegram Bot API type declarations for grammY", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
222767