@telegram.ts/types 1.21.0 → 1.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegram.ts/types",
3
- "version": "1.21.0",
3
+ "version": "1.21.1",
4
4
  "description": "Comprehensive Type Declarations for Telegram Bot API with telegramsjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -186,6 +186,7 @@ export interface AffiliateInfo {
186
186
  - TransactionPartnerOther */
187
187
  export type TransactionPartner =
188
188
  | TransactionPartnerUser
189
+ | TransactionPartnerChat
189
190
  | TransactionPartnerFragment
190
191
  | TransactionPartnerAffiliateProgram
191
192
  | TransactionPartnerTelegramAds