@tgify/types 9.4.0 → 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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/update.d.ts +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Types for the Telegram Bot API
|
|
2
2
|
|
|
3
|
-
[](https://core.telegram.org/bots/api) [](https://npmjs.com/package/@tgify/types)
|
|
4
4
|
|
|
5
5
|
This is a fork of the @telegraf/types library. This project will continue updating the Telegram Bot API types, but now for @tgify/tgify. This project provides TypeScript types for the entire [Telegram Bot API](https://core.telegram.org/bots/api).
|
|
6
6
|
|
package/package.json
CHANGED
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;
|