@telegram.ts/types 1.19.0 → 1.19.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.19.0",
3
+ "version": "1.19.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
  export type TransactionPartner =
187
187
  | TransactionPartnerUser
188
188
  | TransactionPartnerFragment
189
+ | TransactionPartnerAffiliateProgram
189
190
  | TransactionPartnerTelegramAds
190
191
  | TransactionPartnerTelegramApi
191
192
  | TransactionPartnerOther;