@grammyjs/types
Advanced tools
Comparing version 3.11.0 to 3.11.1
@@ -227,3 +227,3 @@ import type { Location, Message, PhotoSize, ReactionType, Sticker } from "./message.js"; | ||
/** Title, for supergroups, channels and group chats */ | ||
title?: string; | ||
title: string; | ||
/** Username, for private chats, supergroups and channels if available */ | ||
@@ -319,3 +319,3 @@ username?: undefined; | ||
/** Title, for supergroups, channels and group chats */ | ||
title?: string; | ||
title: string; | ||
/** Username, for private chats, supergroups and channels if available */ | ||
@@ -411,3 +411,3 @@ username?: string; | ||
/** Title, for supergroups, channels and group chats */ | ||
title?: string; | ||
title: string; | ||
/** Username, for private chats, supergroups and channels if available */ | ||
@@ -414,0 +414,0 @@ username?: string; |
{ | ||
"name": "@grammyjs/types", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"description": "Telegram Bot API type declarations for grammY", | ||
@@ -5,0 +5,0 @@ "main": "mod.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
366233