@tgify/types 9.4.1 → 9.4.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/update.d.ts +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tgify/types",
3
3
  "private": false,
4
- "version": "9.4.1",
4
+ "version": "9.4.2",
5
5
  "description": "Type declarations for the Telegram API",
6
6
  "main": "index.js",
7
7
  "repository": {
package/update.d.ts CHANGED
@@ -129,4 +129,4 @@ export declare namespace Update {
129
129
  }
130
130
  /** This object represents an incoming update.
131
131
  At most one of the optional parameters can be present in any given update. */
132
- export type Update = Update.CallbackQueryUpdate | Update.ChannelPostUpdate | Update.ChatMemberUpdate | Update.ChosenInlineResultUpdate | Update.EditedChannelPostUpdate | Update.BusinessConnectionUpdate | Update.BusinessMessageUpdate | Update.EditedBusinessMessageUpdate | Update.DeletedBusinessMessagesUpdate | Update.MessageReactionUpdate | Update.MessageReactionCountUpdate | Update.EditedMessageUpdate | Update.InlineQueryUpdate | Update.MessageUpdate | Update.MyChatMemberUpdate | Update.PreCheckoutQueryUpdate | Update.PollAnswerUpdate | Update.PollUpdate | Update.ShippingQueryUpdate | Update.ChatJoinRequestUpdate | Update.ChatBoostUpdate | Update.RemovedChatBoostUpdate;
132
+ export type Update = Update.CallbackQueryUpdate | Update.ChannelPostUpdate | Update.ChatMemberUpdate | Update.ChosenInlineResultUpdate | Update.EditedChannelPostUpdate | Update.BusinessConnectionUpdate | Update.BusinessMessageUpdate | Update.EditedBusinessMessageUpdate | Update.DeletedBusinessMessagesUpdate | Update.MessageReactionUpdate | Update.MessageReactionCountUpdate | Update.EditedMessageUpdate | Update.InlineQueryUpdate | Update.MessageUpdate | Update.MyChatMemberUpdate | Update.PreCheckoutQueryUpdate | Update.PurchasedPaidMediaUpdate | Update.PollAnswerUpdate | Update.PollUpdate | Update.ShippingQueryUpdate | Update.ChatJoinRequestUpdate | Update.ChatBoostUpdate | Update.RemovedChatBoostUpdate;