neogram 9.3.0

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 (291) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +1239 -0
  3. package/package.json +56 -0
  4. package/src/Bot.js +4419 -0
  5. package/src/TelegramObject.js +106 -0
  6. package/src/ai/ChatGPT.js +77 -0
  7. package/src/ai/Deef.js +170 -0
  8. package/src/ai/OnlySQ.js +126 -0
  9. package/src/index.js +290 -0
  10. package/src/types/AcceptedGiftTypes.js +10 -0
  11. package/src/types/AffiliateInfo.js +10 -0
  12. package/src/types/Animation.js +10 -0
  13. package/src/types/Audio.js +10 -0
  14. package/src/types/BackgroundFill.js +5 -0
  15. package/src/types/BackgroundFillFreeformGradient.js +10 -0
  16. package/src/types/BackgroundFillGradient.js +10 -0
  17. package/src/types/BackgroundFillSolid.js +10 -0
  18. package/src/types/BackgroundType.js +5 -0
  19. package/src/types/BackgroundTypeChatTheme.js +10 -0
  20. package/src/types/BackgroundTypeFill.js +10 -0
  21. package/src/types/BackgroundTypePattern.js +10 -0
  22. package/src/types/BackgroundTypeWallpaper.js +10 -0
  23. package/src/types/Birthdate.js +10 -0
  24. package/src/types/BotCommand.js +10 -0
  25. package/src/types/BotCommandScope.js +5 -0
  26. package/src/types/BotCommandScopeAllChatAdministrators.js +10 -0
  27. package/src/types/BotCommandScopeAllGroupChats.js +10 -0
  28. package/src/types/BotCommandScopeAllPrivateChats.js +10 -0
  29. package/src/types/BotCommandScopeChat.js +10 -0
  30. package/src/types/BotCommandScopeChatAdministrators.js +10 -0
  31. package/src/types/BotCommandScopeChatMember.js +10 -0
  32. package/src/types/BotCommandScopeDefault.js +10 -0
  33. package/src/types/BotDescription.js +10 -0
  34. package/src/types/BotName.js +10 -0
  35. package/src/types/BotShortDescription.js +10 -0
  36. package/src/types/BusinessBotRights.js +10 -0
  37. package/src/types/BusinessConnection.js +10 -0
  38. package/src/types/BusinessIntro.js +10 -0
  39. package/src/types/BusinessLocation.js +10 -0
  40. package/src/types/BusinessMessagesDeleted.js +10 -0
  41. package/src/types/BusinessOpeningHours.js +10 -0
  42. package/src/types/BusinessOpeningHoursInterval.js +10 -0
  43. package/src/types/CallbackGame.js +5 -0
  44. package/src/types/CallbackQuery.js +26 -0
  45. package/src/types/Chat.js +10 -0
  46. package/src/types/ChatAdministratorRights.js +10 -0
  47. package/src/types/ChatBackground.js +10 -0
  48. package/src/types/ChatBoost.js +10 -0
  49. package/src/types/ChatBoostAdded.js +10 -0
  50. package/src/types/ChatBoostRemoved.js +10 -0
  51. package/src/types/ChatBoostSource.js +5 -0
  52. package/src/types/ChatBoostSourceGiftCode.js +10 -0
  53. package/src/types/ChatBoostSourceGiveaway.js +10 -0
  54. package/src/types/ChatBoostSourcePremium.js +10 -0
  55. package/src/types/ChatBoostUpdated.js +10 -0
  56. package/src/types/ChatFullInfo.js +10 -0
  57. package/src/types/ChatInviteLink.js +10 -0
  58. package/src/types/ChatJoinRequest.js +10 -0
  59. package/src/types/ChatLocation.js +10 -0
  60. package/src/types/ChatMember.js +5 -0
  61. package/src/types/ChatMemberAdministrator.js +10 -0
  62. package/src/types/ChatMemberBanned.js +10 -0
  63. package/src/types/ChatMemberLeft.js +10 -0
  64. package/src/types/ChatMemberMember.js +10 -0
  65. package/src/types/ChatMemberOwner.js +10 -0
  66. package/src/types/ChatMemberRestricted.js +10 -0
  67. package/src/types/ChatMemberUpdated.js +10 -0
  68. package/src/types/ChatPermissions.js +10 -0
  69. package/src/types/ChatPhoto.js +10 -0
  70. package/src/types/ChatShared.js +10 -0
  71. package/src/types/Checklist.js +10 -0
  72. package/src/types/ChecklistTask.js +10 -0
  73. package/src/types/ChecklistTasksAdded.js +10 -0
  74. package/src/types/ChecklistTasksDone.js +10 -0
  75. package/src/types/ChosenInlineResult.js +10 -0
  76. package/src/types/Contact.js +10 -0
  77. package/src/types/CopyTextButton.js +10 -0
  78. package/src/types/Dice.js +10 -0
  79. package/src/types/DirectMessagePriceChanged.js +10 -0
  80. package/src/types/DirectMessagesTopic.js +10 -0
  81. package/src/types/Document.js +10 -0
  82. package/src/types/EncryptedCredentials.js +10 -0
  83. package/src/types/EncryptedPassportElement.js +10 -0
  84. package/src/types/ExternalReplyInfo.js +10 -0
  85. package/src/types/File.js +10 -0
  86. package/src/types/ForceReply.js +10 -0
  87. package/src/types/ForumTopic.js +10 -0
  88. package/src/types/ForumTopicClosed.js +5 -0
  89. package/src/types/ForumTopicCreated.js +10 -0
  90. package/src/types/ForumTopicEdited.js +10 -0
  91. package/src/types/ForumTopicReopened.js +5 -0
  92. package/src/types/Game.js +10 -0
  93. package/src/types/GameHighScore.js +10 -0
  94. package/src/types/GeneralForumTopicHidden.js +5 -0
  95. package/src/types/GeneralForumTopicUnhidden.js +5 -0
  96. package/src/types/Gift.js +10 -0
  97. package/src/types/GiftBackground.js +10 -0
  98. package/src/types/GiftInfo.js +10 -0
  99. package/src/types/Gifts.js +10 -0
  100. package/src/types/Giveaway.js +10 -0
  101. package/src/types/GiveawayCompleted.js +10 -0
  102. package/src/types/GiveawayCreated.js +10 -0
  103. package/src/types/GiveawayWinners.js +10 -0
  104. package/src/types/InaccessibleMessage.js +10 -0
  105. package/src/types/InlineKeyboardButton.js +10 -0
  106. package/src/types/InlineKeyboardMarkup.js +10 -0
  107. package/src/types/InlineQuery.js +24 -0
  108. package/src/types/InlineQueryResult.js +5 -0
  109. package/src/types/InlineQueryResultArticle.js +10 -0
  110. package/src/types/InlineQueryResultAudio.js +10 -0
  111. package/src/types/InlineQueryResultCachedAudio.js +10 -0
  112. package/src/types/InlineQueryResultCachedDocument.js +10 -0
  113. package/src/types/InlineQueryResultCachedGif.js +10 -0
  114. package/src/types/InlineQueryResultCachedMpeg4Gif.js +10 -0
  115. package/src/types/InlineQueryResultCachedPhoto.js +10 -0
  116. package/src/types/InlineQueryResultCachedSticker.js +10 -0
  117. package/src/types/InlineQueryResultCachedVideo.js +10 -0
  118. package/src/types/InlineQueryResultCachedVoice.js +10 -0
  119. package/src/types/InlineQueryResultContact.js +10 -0
  120. package/src/types/InlineQueryResultDocument.js +10 -0
  121. package/src/types/InlineQueryResultGame.js +10 -0
  122. package/src/types/InlineQueryResultGif.js +10 -0
  123. package/src/types/InlineQueryResultLocation.js +10 -0
  124. package/src/types/InlineQueryResultMpeg4Gif.js +10 -0
  125. package/src/types/InlineQueryResultPhoto.js +10 -0
  126. package/src/types/InlineQueryResultVenue.js +10 -0
  127. package/src/types/InlineQueryResultVideo.js +10 -0
  128. package/src/types/InlineQueryResultVoice.js +10 -0
  129. package/src/types/InlineQueryResultsButton.js +10 -0
  130. package/src/types/InputChecklist.js +10 -0
  131. package/src/types/InputChecklistTask.js +10 -0
  132. package/src/types/InputContactMessageContent.js +10 -0
  133. package/src/types/InputFile.js +5 -0
  134. package/src/types/InputInvoiceMessageContent.js +10 -0
  135. package/src/types/InputLocationMessageContent.js +10 -0
  136. package/src/types/InputMedia.js +5 -0
  137. package/src/types/InputMediaAnimation.js +14 -0
  138. package/src/types/InputMediaAudio.js +14 -0
  139. package/src/types/InputMediaDocument.js +14 -0
  140. package/src/types/InputMediaPhoto.js +14 -0
  141. package/src/types/InputMediaVideo.js +14 -0
  142. package/src/types/InputMessageContent.js +5 -0
  143. package/src/types/InputPaidMedia.js +5 -0
  144. package/src/types/InputPaidMediaPhoto.js +10 -0
  145. package/src/types/InputPaidMediaVideo.js +10 -0
  146. package/src/types/InputPollOption.js +10 -0
  147. package/src/types/InputProfilePhoto.js +5 -0
  148. package/src/types/InputProfilePhotoAnimated.js +10 -0
  149. package/src/types/InputProfilePhotoStatic.js +10 -0
  150. package/src/types/InputSticker.js +10 -0
  151. package/src/types/InputStoryContent.js +5 -0
  152. package/src/types/InputStoryContentPhoto.js +10 -0
  153. package/src/types/InputStoryContentVideo.js +10 -0
  154. package/src/types/InputTextMessageContent.js +10 -0
  155. package/src/types/InputVenueMessageContent.js +10 -0
  156. package/src/types/Invoice.js +10 -0
  157. package/src/types/KeyboardButton.js +10 -0
  158. package/src/types/KeyboardButtonPollType.js +10 -0
  159. package/src/types/KeyboardButtonRequestChat.js +10 -0
  160. package/src/types/KeyboardButtonRequestUsers.js +10 -0
  161. package/src/types/LabeledPrice.js +10 -0
  162. package/src/types/LinkPreviewOptions.js +10 -0
  163. package/src/types/Location.js +10 -0
  164. package/src/types/LocationAddress.js +10 -0
  165. package/src/types/LoginUrl.js +10 -0
  166. package/src/types/MaskPosition.js +10 -0
  167. package/src/types/MaybeInaccessibleMessage.js +5 -0
  168. package/src/types/MenuButton.js +5 -0
  169. package/src/types/MenuButtonCommands.js +10 -0
  170. package/src/types/MenuButtonDefault.js +10 -0
  171. package/src/types/MenuButtonWebApp.js +10 -0
  172. package/src/types/Message.js +10 -0
  173. package/src/types/MessageAutoDeleteTimerChanged.js +10 -0
  174. package/src/types/MessageEntity.js +10 -0
  175. package/src/types/MessageId.js +10 -0
  176. package/src/types/MessageOrigin.js +5 -0
  177. package/src/types/MessageOriginChannel.js +10 -0
  178. package/src/types/MessageOriginChat.js +10 -0
  179. package/src/types/MessageOriginHiddenUser.js +10 -0
  180. package/src/types/MessageOriginUser.js +10 -0
  181. package/src/types/MessageReactionCountUpdated.js +10 -0
  182. package/src/types/MessageReactionUpdated.js +10 -0
  183. package/src/types/OrderInfo.js +10 -0
  184. package/src/types/OwnedGift.js +5 -0
  185. package/src/types/OwnedGiftRegular.js +10 -0
  186. package/src/types/OwnedGiftUnique.js +10 -0
  187. package/src/types/OwnedGifts.js +10 -0
  188. package/src/types/PaidMedia.js +5 -0
  189. package/src/types/PaidMediaInfo.js +10 -0
  190. package/src/types/PaidMediaPhoto.js +10 -0
  191. package/src/types/PaidMediaPreview.js +10 -0
  192. package/src/types/PaidMediaPurchased.js +10 -0
  193. package/src/types/PaidMediaVideo.js +10 -0
  194. package/src/types/PaidMessagePriceChanged.js +10 -0
  195. package/src/types/PassportData.js +10 -0
  196. package/src/types/PassportElementError.js +5 -0
  197. package/src/types/PassportElementErrorDataField.js +10 -0
  198. package/src/types/PassportElementErrorFile.js +10 -0
  199. package/src/types/PassportElementErrorFiles.js +10 -0
  200. package/src/types/PassportElementErrorFrontSide.js +10 -0
  201. package/src/types/PassportElementErrorReverseSide.js +10 -0
  202. package/src/types/PassportElementErrorSelfie.js +10 -0
  203. package/src/types/PassportElementErrorTranslationFile.js +10 -0
  204. package/src/types/PassportElementErrorTranslationFiles.js +10 -0
  205. package/src/types/PassportElementErrorUnspecified.js +10 -0
  206. package/src/types/PassportFile.js +10 -0
  207. package/src/types/PhotoSize.js +10 -0
  208. package/src/types/Poll.js +10 -0
  209. package/src/types/PollAnswer.js +10 -0
  210. package/src/types/PollOption.js +10 -0
  211. package/src/types/PreCheckoutQuery.js +10 -0
  212. package/src/types/PreparedInlineMessage.js +10 -0
  213. package/src/types/ProximityAlertTriggered.js +10 -0
  214. package/src/types/ReactionCount.js +10 -0
  215. package/src/types/ReactionType.js +5 -0
  216. package/src/types/ReactionTypeCustomEmoji.js +10 -0
  217. package/src/types/ReactionTypeEmoji.js +10 -0
  218. package/src/types/ReactionTypePaid.js +10 -0
  219. package/src/types/RefundedPayment.js +10 -0
  220. package/src/types/ReplyKeyboardMarkup.js +10 -0
  221. package/src/types/ReplyKeyboardRemove.js +10 -0
  222. package/src/types/ReplyParameters.js +10 -0
  223. package/src/types/ResponseParameters.js +10 -0
  224. package/src/types/RevenueWithdrawalState.js +5 -0
  225. package/src/types/RevenueWithdrawalStateFailed.js +10 -0
  226. package/src/types/RevenueWithdrawalStatePending.js +10 -0
  227. package/src/types/RevenueWithdrawalStateSucceeded.js +10 -0
  228. package/src/types/SentWebAppMessage.js +10 -0
  229. package/src/types/SharedUser.js +10 -0
  230. package/src/types/ShippingAddress.js +10 -0
  231. package/src/types/ShippingOption.js +10 -0
  232. package/src/types/ShippingQuery.js +10 -0
  233. package/src/types/StarAmount.js +10 -0
  234. package/src/types/StarTransaction.js +10 -0
  235. package/src/types/StarTransactions.js +10 -0
  236. package/src/types/Sticker.js +10 -0
  237. package/src/types/StickerSet.js +10 -0
  238. package/src/types/Story.js +10 -0
  239. package/src/types/StoryArea.js +10 -0
  240. package/src/types/StoryAreaPosition.js +10 -0
  241. package/src/types/StoryAreaType.js +5 -0
  242. package/src/types/StoryAreaTypeLink.js +10 -0
  243. package/src/types/StoryAreaTypeLocation.js +10 -0
  244. package/src/types/StoryAreaTypeSuggestedReaction.js +10 -0
  245. package/src/types/StoryAreaTypeUniqueGift.js +10 -0
  246. package/src/types/StoryAreaTypeWeather.js +10 -0
  247. package/src/types/SuccessfulPayment.js +10 -0
  248. package/src/types/SuggestedPostApprovalFailed.js +10 -0
  249. package/src/types/SuggestedPostApproved.js +10 -0
  250. package/src/types/SuggestedPostDeclined.js +10 -0
  251. package/src/types/SuggestedPostInfo.js +10 -0
  252. package/src/types/SuggestedPostPaid.js +10 -0
  253. package/src/types/SuggestedPostParameters.js +10 -0
  254. package/src/types/SuggestedPostPrice.js +10 -0
  255. package/src/types/SuggestedPostRefunded.js +10 -0
  256. package/src/types/SwitchInlineQueryChosenChat.js +10 -0
  257. package/src/types/TextQuote.js +10 -0
  258. package/src/types/TransactionPartner.js +5 -0
  259. package/src/types/TransactionPartnerAffiliateProgram.js +10 -0
  260. package/src/types/TransactionPartnerChat.js +10 -0
  261. package/src/types/TransactionPartnerFragment.js +10 -0
  262. package/src/types/TransactionPartnerOther.js +10 -0
  263. package/src/types/TransactionPartnerTelegramAds.js +10 -0
  264. package/src/types/TransactionPartnerTelegramApi.js +10 -0
  265. package/src/types/TransactionPartnerUser.js +10 -0
  266. package/src/types/UniqueGift.js +10 -0
  267. package/src/types/UniqueGiftBackdrop.js +10 -0
  268. package/src/types/UniqueGiftBackdropColors.js +10 -0
  269. package/src/types/UniqueGiftColors.js +10 -0
  270. package/src/types/UniqueGiftInfo.js +10 -0
  271. package/src/types/UniqueGiftModel.js +10 -0
  272. package/src/types/UniqueGiftSymbol.js +10 -0
  273. package/src/types/Update.js +10 -0
  274. package/src/types/User.js +10 -0
  275. package/src/types/UserChatBoosts.js +10 -0
  276. package/src/types/UserProfilePhotos.js +10 -0
  277. package/src/types/UserRating.js +10 -0
  278. package/src/types/UsersShared.js +10 -0
  279. package/src/types/Venue.js +10 -0
  280. package/src/types/Video.js +10 -0
  281. package/src/types/VideoChatEnded.js +10 -0
  282. package/src/types/VideoChatParticipantsInvited.js +10 -0
  283. package/src/types/VideoChatScheduled.js +10 -0
  284. package/src/types/VideoChatStarted.js +5 -0
  285. package/src/types/VideoNote.js +10 -0
  286. package/src/types/Voice.js +10 -0
  287. package/src/types/WebAppData.js +10 -0
  288. package/src/types/WebAppInfo.js +10 -0
  289. package/src/types/WebhookInfo.js +10 -0
  290. package/src/types/WriteAccessAllowed.js +10 -0
  291. package/types/index.d.ts +1133 -0
package/src/index.js ADDED
@@ -0,0 +1,290 @@
1
+ export { Bot } from './Bot.js';
2
+ export { TelegramObject } from './TelegramObject.js';
3
+
4
+ // Все типы данных (281 тип)
5
+ export { AcceptedGiftTypes } from './types/AcceptedGiftTypes.js';
6
+ export { AffiliateInfo } from './types/AffiliateInfo.js';
7
+ export { Animation } from './types/Animation.js';
8
+ export { Audio } from './types/Audio.js';
9
+ export { BackgroundFill } from './types/BackgroundFill.js';
10
+ export { BackgroundFillFreeformGradient } from './types/BackgroundFillFreeformGradient.js';
11
+ export { BackgroundFillGradient } from './types/BackgroundFillGradient.js';
12
+ export { BackgroundFillSolid } from './types/BackgroundFillSolid.js';
13
+ export { BackgroundType } from './types/BackgroundType.js';
14
+ export { BackgroundTypeChatTheme } from './types/BackgroundTypeChatTheme.js';
15
+ export { BackgroundTypeFill } from './types/BackgroundTypeFill.js';
16
+ export { BackgroundTypePattern } from './types/BackgroundTypePattern.js';
17
+ export { BackgroundTypeWallpaper } from './types/BackgroundTypeWallpaper.js';
18
+ export { Birthdate } from './types/Birthdate.js';
19
+ export { BotCommand } from './types/BotCommand.js';
20
+ export { BotCommandScope } from './types/BotCommandScope.js';
21
+ export { BotCommandScopeAllChatAdministrators } from './types/BotCommandScopeAllChatAdministrators.js';
22
+ export { BotCommandScopeAllGroupChats } from './types/BotCommandScopeAllGroupChats.js';
23
+ export { BotCommandScopeAllPrivateChats } from './types/BotCommandScopeAllPrivateChats.js';
24
+ export { BotCommandScopeChat } from './types/BotCommandScopeChat.js';
25
+ export { BotCommandScopeChatAdministrators } from './types/BotCommandScopeChatAdministrators.js';
26
+ export { BotCommandScopeChatMember } from './types/BotCommandScopeChatMember.js';
27
+ export { BotCommandScopeDefault } from './types/BotCommandScopeDefault.js';
28
+ export { BotDescription } from './types/BotDescription.js';
29
+ export { BotName } from './types/BotName.js';
30
+ export { BotShortDescription } from './types/BotShortDescription.js';
31
+ export { BusinessBotRights } from './types/BusinessBotRights.js';
32
+ export { BusinessConnection } from './types/BusinessConnection.js';
33
+ export { BusinessIntro } from './types/BusinessIntro.js';
34
+ export { BusinessLocation } from './types/BusinessLocation.js';
35
+ export { BusinessMessagesDeleted } from './types/BusinessMessagesDeleted.js';
36
+ export { BusinessOpeningHours } from './types/BusinessOpeningHours.js';
37
+ export { BusinessOpeningHoursInterval } from './types/BusinessOpeningHoursInterval.js';
38
+ export { CallbackGame } from './types/CallbackGame.js';
39
+ export { CallbackQuery } from './types/CallbackQuery.js';
40
+ export { Chat } from './types/Chat.js';
41
+ export { ChatAdministratorRights } from './types/ChatAdministratorRights.js';
42
+ export { ChatBackground } from './types/ChatBackground.js';
43
+ export { ChatBoost } from './types/ChatBoost.js';
44
+ export { ChatBoostAdded } from './types/ChatBoostAdded.js';
45
+ export { ChatBoostRemoved } from './types/ChatBoostRemoved.js';
46
+ export { ChatBoostSource } from './types/ChatBoostSource.js';
47
+ export { ChatBoostSourceGiftCode } from './types/ChatBoostSourceGiftCode.js';
48
+ export { ChatBoostSourceGiveaway } from './types/ChatBoostSourceGiveaway.js';
49
+ export { ChatBoostSourcePremium } from './types/ChatBoostSourcePremium.js';
50
+ export { ChatBoostUpdated } from './types/ChatBoostUpdated.js';
51
+ export { ChatFullInfo } from './types/ChatFullInfo.js';
52
+ export { ChatInviteLink } from './types/ChatInviteLink.js';
53
+ export { ChatJoinRequest } from './types/ChatJoinRequest.js';
54
+ export { ChatLocation } from './types/ChatLocation.js';
55
+ export { ChatMember } from './types/ChatMember.js';
56
+ export { ChatMemberAdministrator } from './types/ChatMemberAdministrator.js';
57
+ export { ChatMemberBanned } from './types/ChatMemberBanned.js';
58
+ export { ChatMemberLeft } from './types/ChatMemberLeft.js';
59
+ export { ChatMemberMember } from './types/ChatMemberMember.js';
60
+ export { ChatMemberOwner } from './types/ChatMemberOwner.js';
61
+ export { ChatMemberRestricted } from './types/ChatMemberRestricted.js';
62
+ export { ChatMemberUpdated } from './types/ChatMemberUpdated.js';
63
+ export { ChatPermissions } from './types/ChatPermissions.js';
64
+ export { ChatPhoto } from './types/ChatPhoto.js';
65
+ export { ChatShared } from './types/ChatShared.js';
66
+ export { Checklist } from './types/Checklist.js';
67
+ export { ChecklistTask } from './types/ChecklistTask.js';
68
+ export { ChecklistTasksAdded } from './types/ChecklistTasksAdded.js';
69
+ export { ChecklistTasksDone } from './types/ChecklistTasksDone.js';
70
+ export { ChosenInlineResult } from './types/ChosenInlineResult.js';
71
+ export { Contact } from './types/Contact.js';
72
+ export { CopyTextButton } from './types/CopyTextButton.js';
73
+ export { Dice } from './types/Dice.js';
74
+ export { DirectMessagePriceChanged } from './types/DirectMessagePriceChanged.js';
75
+ export { DirectMessagesTopic } from './types/DirectMessagesTopic.js';
76
+ export { Document } from './types/Document.js';
77
+ export { EncryptedCredentials } from './types/EncryptedCredentials.js';
78
+ export { EncryptedPassportElement } from './types/EncryptedPassportElement.js';
79
+ export { ExternalReplyInfo } from './types/ExternalReplyInfo.js';
80
+ export { File } from './types/File.js';
81
+ export { ForceReply } from './types/ForceReply.js';
82
+ export { ForumTopic } from './types/ForumTopic.js';
83
+ export { ForumTopicClosed } from './types/ForumTopicClosed.js';
84
+ export { ForumTopicCreated } from './types/ForumTopicCreated.js';
85
+ export { ForumTopicEdited } from './types/ForumTopicEdited.js';
86
+ export { ForumTopicReopened } from './types/ForumTopicReopened.js';
87
+ export { Game } from './types/Game.js';
88
+ export { GameHighScore } from './types/GameHighScore.js';
89
+ export { GeneralForumTopicHidden } from './types/GeneralForumTopicHidden.js';
90
+ export { GeneralForumTopicUnhidden } from './types/GeneralForumTopicUnhidden.js';
91
+ export { Gift } from './types/Gift.js';
92
+ export { GiftBackground } from './types/GiftBackground.js';
93
+ export { GiftInfo } from './types/GiftInfo.js';
94
+ export { Gifts } from './types/Gifts.js';
95
+ export { Giveaway } from './types/Giveaway.js';
96
+ export { GiveawayCompleted } from './types/GiveawayCompleted.js';
97
+ export { GiveawayCreated } from './types/GiveawayCreated.js';
98
+ export { GiveawayWinners } from './types/GiveawayWinners.js';
99
+ export { InaccessibleMessage } from './types/InaccessibleMessage.js';
100
+ export { InlineKeyboardButton } from './types/InlineKeyboardButton.js';
101
+ export { InlineKeyboardMarkup } from './types/InlineKeyboardMarkup.js';
102
+ export { InlineQuery } from './types/InlineQuery.js';
103
+ export { InlineQueryResult } from './types/InlineQueryResult.js';
104
+ export { InlineQueryResultArticle } from './types/InlineQueryResultArticle.js';
105
+ export { InlineQueryResultAudio } from './types/InlineQueryResultAudio.js';
106
+ export { InlineQueryResultCachedAudio } from './types/InlineQueryResultCachedAudio.js';
107
+ export { InlineQueryResultCachedDocument } from './types/InlineQueryResultCachedDocument.js';
108
+ export { InlineQueryResultCachedGif } from './types/InlineQueryResultCachedGif.js';
109
+ export { InlineQueryResultCachedMpeg4Gif } from './types/InlineQueryResultCachedMpeg4Gif.js';
110
+ export { InlineQueryResultCachedPhoto } from './types/InlineQueryResultCachedPhoto.js';
111
+ export { InlineQueryResultCachedSticker } from './types/InlineQueryResultCachedSticker.js';
112
+ export { InlineQueryResultCachedVideo } from './types/InlineQueryResultCachedVideo.js';
113
+ export { InlineQueryResultCachedVoice } from './types/InlineQueryResultCachedVoice.js';
114
+ export { InlineQueryResultContact } from './types/InlineQueryResultContact.js';
115
+ export { InlineQueryResultDocument } from './types/InlineQueryResultDocument.js';
116
+ export { InlineQueryResultGame } from './types/InlineQueryResultGame.js';
117
+ export { InlineQueryResultGif } from './types/InlineQueryResultGif.js';
118
+ export { InlineQueryResultLocation } from './types/InlineQueryResultLocation.js';
119
+ export { InlineQueryResultMpeg4Gif } from './types/InlineQueryResultMpeg4Gif.js';
120
+ export { InlineQueryResultPhoto } from './types/InlineQueryResultPhoto.js';
121
+ export { InlineQueryResultVenue } from './types/InlineQueryResultVenue.js';
122
+ export { InlineQueryResultVideo } from './types/InlineQueryResultVideo.js';
123
+ export { InlineQueryResultVoice } from './types/InlineQueryResultVoice.js';
124
+ export { InlineQueryResultsButton } from './types/InlineQueryResultsButton.js';
125
+ export { InputChecklist } from './types/InputChecklist.js';
126
+ export { InputChecklistTask } from './types/InputChecklistTask.js';
127
+ export { InputContactMessageContent } from './types/InputContactMessageContent.js';
128
+ export { InputFile } from './types/InputFile.js';
129
+ export { InputInvoiceMessageContent } from './types/InputInvoiceMessageContent.js';
130
+ export { InputLocationMessageContent } from './types/InputLocationMessageContent.js';
131
+ export { InputMedia } from './types/InputMedia.js';
132
+ export { InputMediaAnimation } from './types/InputMediaAnimation.js';
133
+ export { InputMediaAudio } from './types/InputMediaAudio.js';
134
+ export { InputMediaDocument } from './types/InputMediaDocument.js';
135
+ export { InputMediaPhoto } from './types/InputMediaPhoto.js';
136
+ export { InputMediaVideo } from './types/InputMediaVideo.js';
137
+ export { InputMessageContent } from './types/InputMessageContent.js';
138
+ export { InputPaidMedia } from './types/InputPaidMedia.js';
139
+ export { InputPaidMediaPhoto } from './types/InputPaidMediaPhoto.js';
140
+ export { InputPaidMediaVideo } from './types/InputPaidMediaVideo.js';
141
+ export { InputPollOption } from './types/InputPollOption.js';
142
+ export { InputProfilePhoto } from './types/InputProfilePhoto.js';
143
+ export { InputProfilePhotoAnimated } from './types/InputProfilePhotoAnimated.js';
144
+ export { InputProfilePhotoStatic } from './types/InputProfilePhotoStatic.js';
145
+ export { InputSticker } from './types/InputSticker.js';
146
+ export { InputStoryContent } from './types/InputStoryContent.js';
147
+ export { InputStoryContentPhoto } from './types/InputStoryContentPhoto.js';
148
+ export { InputStoryContentVideo } from './types/InputStoryContentVideo.js';
149
+ export { InputTextMessageContent } from './types/InputTextMessageContent.js';
150
+ export { InputVenueMessageContent } from './types/InputVenueMessageContent.js';
151
+ export { Invoice } from './types/Invoice.js';
152
+ export { KeyboardButton } from './types/KeyboardButton.js';
153
+ export { KeyboardButtonPollType } from './types/KeyboardButtonPollType.js';
154
+ export { KeyboardButtonRequestChat } from './types/KeyboardButtonRequestChat.js';
155
+ export { KeyboardButtonRequestUsers } from './types/KeyboardButtonRequestUsers.js';
156
+ export { LabeledPrice } from './types/LabeledPrice.js';
157
+ export { LinkPreviewOptions } from './types/LinkPreviewOptions.js';
158
+ export { Location } from './types/Location.js';
159
+ export { LocationAddress } from './types/LocationAddress.js';
160
+ export { LoginUrl } from './types/LoginUrl.js';
161
+ export { MaskPosition } from './types/MaskPosition.js';
162
+ export { MaybeInaccessibleMessage } from './types/MaybeInaccessibleMessage.js';
163
+ export { MenuButton } from './types/MenuButton.js';
164
+ export { MenuButtonCommands } from './types/MenuButtonCommands.js';
165
+ export { MenuButtonDefault } from './types/MenuButtonDefault.js';
166
+ export { MenuButtonWebApp } from './types/MenuButtonWebApp.js';
167
+ export { Message } from './types/Message.js';
168
+ export { MessageAutoDeleteTimerChanged } from './types/MessageAutoDeleteTimerChanged.js';
169
+ export { MessageEntity } from './types/MessageEntity.js';
170
+ export { MessageId } from './types/MessageId.js';
171
+ export { MessageOrigin } from './types/MessageOrigin.js';
172
+ export { MessageOriginChannel } from './types/MessageOriginChannel.js';
173
+ export { MessageOriginChat } from './types/MessageOriginChat.js';
174
+ export { MessageOriginHiddenUser } from './types/MessageOriginHiddenUser.js';
175
+ export { MessageOriginUser } from './types/MessageOriginUser.js';
176
+ export { MessageReactionCountUpdated } from './types/MessageReactionCountUpdated.js';
177
+ export { MessageReactionUpdated } from './types/MessageReactionUpdated.js';
178
+ export { OrderInfo } from './types/OrderInfo.js';
179
+ export { OwnedGift } from './types/OwnedGift.js';
180
+ export { OwnedGiftRegular } from './types/OwnedGiftRegular.js';
181
+ export { OwnedGiftUnique } from './types/OwnedGiftUnique.js';
182
+ export { OwnedGifts } from './types/OwnedGifts.js';
183
+ export { PaidMedia } from './types/PaidMedia.js';
184
+ export { PaidMediaInfo } from './types/PaidMediaInfo.js';
185
+ export { PaidMediaPhoto } from './types/PaidMediaPhoto.js';
186
+ export { PaidMediaPreview } from './types/PaidMediaPreview.js';
187
+ export { PaidMediaPurchased } from './types/PaidMediaPurchased.js';
188
+ export { PaidMediaVideo } from './types/PaidMediaVideo.js';
189
+ export { PaidMessagePriceChanged } from './types/PaidMessagePriceChanged.js';
190
+ export { PassportData } from './types/PassportData.js';
191
+ export { PassportElementError } from './types/PassportElementError.js';
192
+ export { PassportElementErrorDataField } from './types/PassportElementErrorDataField.js';
193
+ export { PassportElementErrorFile } from './types/PassportElementErrorFile.js';
194
+ export { PassportElementErrorFiles } from './types/PassportElementErrorFiles.js';
195
+ export { PassportElementErrorFrontSide } from './types/PassportElementErrorFrontSide.js';
196
+ export { PassportElementErrorReverseSide } from './types/PassportElementErrorReverseSide.js';
197
+ export { PassportElementErrorSelfie } from './types/PassportElementErrorSelfie.js';
198
+ export { PassportElementErrorTranslationFile } from './types/PassportElementErrorTranslationFile.js';
199
+ export { PassportElementErrorTranslationFiles } from './types/PassportElementErrorTranslationFiles.js';
200
+ export { PassportElementErrorUnspecified } from './types/PassportElementErrorUnspecified.js';
201
+ export { PassportFile } from './types/PassportFile.js';
202
+ export { PhotoSize } from './types/PhotoSize.js';
203
+ export { Poll } from './types/Poll.js';
204
+ export { PollAnswer } from './types/PollAnswer.js';
205
+ export { PollOption } from './types/PollOption.js';
206
+ export { PreCheckoutQuery } from './types/PreCheckoutQuery.js';
207
+ export { PreparedInlineMessage } from './types/PreparedInlineMessage.js';
208
+ export { ProximityAlertTriggered } from './types/ProximityAlertTriggered.js';
209
+ export { ReactionCount } from './types/ReactionCount.js';
210
+ export { ReactionType } from './types/ReactionType.js';
211
+ export { ReactionTypeCustomEmoji } from './types/ReactionTypeCustomEmoji.js';
212
+ export { ReactionTypeEmoji } from './types/ReactionTypeEmoji.js';
213
+ export { ReactionTypePaid } from './types/ReactionTypePaid.js';
214
+ export { RefundedPayment } from './types/RefundedPayment.js';
215
+ export { ReplyKeyboardMarkup } from './types/ReplyKeyboardMarkup.js';
216
+ export { ReplyKeyboardRemove } from './types/ReplyKeyboardRemove.js';
217
+ export { ReplyParameters } from './types/ReplyParameters.js';
218
+ export { ResponseParameters } from './types/ResponseParameters.js';
219
+ export { RevenueWithdrawalState } from './types/RevenueWithdrawalState.js';
220
+ export { RevenueWithdrawalStateFailed } from './types/RevenueWithdrawalStateFailed.js';
221
+ export { RevenueWithdrawalStatePending } from './types/RevenueWithdrawalStatePending.js';
222
+ export { RevenueWithdrawalStateSucceeded } from './types/RevenueWithdrawalStateSucceeded.js';
223
+ export { SentWebAppMessage } from './types/SentWebAppMessage.js';
224
+ export { SharedUser } from './types/SharedUser.js';
225
+ export { ShippingAddress } from './types/ShippingAddress.js';
226
+ export { ShippingOption } from './types/ShippingOption.js';
227
+ export { ShippingQuery } from './types/ShippingQuery.js';
228
+ export { StarAmount } from './types/StarAmount.js';
229
+ export { StarTransaction } from './types/StarTransaction.js';
230
+ export { StarTransactions } from './types/StarTransactions.js';
231
+ export { Sticker } from './types/Sticker.js';
232
+ export { StickerSet } from './types/StickerSet.js';
233
+ export { Story } from './types/Story.js';
234
+ export { StoryArea } from './types/StoryArea.js';
235
+ export { StoryAreaPosition } from './types/StoryAreaPosition.js';
236
+ export { StoryAreaType } from './types/StoryAreaType.js';
237
+ export { StoryAreaTypeLink } from './types/StoryAreaTypeLink.js';
238
+ export { StoryAreaTypeLocation } from './types/StoryAreaTypeLocation.js';
239
+ export { StoryAreaTypeSuggestedReaction } from './types/StoryAreaTypeSuggestedReaction.js';
240
+ export { StoryAreaTypeUniqueGift } from './types/StoryAreaTypeUniqueGift.js';
241
+ export { StoryAreaTypeWeather } from './types/StoryAreaTypeWeather.js';
242
+ export { SuccessfulPayment } from './types/SuccessfulPayment.js';
243
+ export { SuggestedPostApprovalFailed } from './types/SuggestedPostApprovalFailed.js';
244
+ export { SuggestedPostApproved } from './types/SuggestedPostApproved.js';
245
+ export { SuggestedPostDeclined } from './types/SuggestedPostDeclined.js';
246
+ export { SuggestedPostInfo } from './types/SuggestedPostInfo.js';
247
+ export { SuggestedPostPaid } from './types/SuggestedPostPaid.js';
248
+ export { SuggestedPostParameters } from './types/SuggestedPostParameters.js';
249
+ export { SuggestedPostPrice } from './types/SuggestedPostPrice.js';
250
+ export { SuggestedPostRefunded } from './types/SuggestedPostRefunded.js';
251
+ export { SwitchInlineQueryChosenChat } from './types/SwitchInlineQueryChosenChat.js';
252
+ export { TextQuote } from './types/TextQuote.js';
253
+ export { TransactionPartner } from './types/TransactionPartner.js';
254
+ export { TransactionPartnerAffiliateProgram } from './types/TransactionPartnerAffiliateProgram.js';
255
+ export { TransactionPartnerChat } from './types/TransactionPartnerChat.js';
256
+ export { TransactionPartnerFragment } from './types/TransactionPartnerFragment.js';
257
+ export { TransactionPartnerOther } from './types/TransactionPartnerOther.js';
258
+ export { TransactionPartnerTelegramAds } from './types/TransactionPartnerTelegramAds.js';
259
+ export { TransactionPartnerTelegramApi } from './types/TransactionPartnerTelegramApi.js';
260
+ export { TransactionPartnerUser } from './types/TransactionPartnerUser.js';
261
+ export { UniqueGift } from './types/UniqueGift.js';
262
+ export { UniqueGiftBackdrop } from './types/UniqueGiftBackdrop.js';
263
+ export { UniqueGiftBackdropColors } from './types/UniqueGiftBackdropColors.js';
264
+ export { UniqueGiftColors } from './types/UniqueGiftColors.js';
265
+ export { UniqueGiftInfo } from './types/UniqueGiftInfo.js';
266
+ export { UniqueGiftModel } from './types/UniqueGiftModel.js';
267
+ export { UniqueGiftSymbol } from './types/UniqueGiftSymbol.js';
268
+ export { Update } from './types/Update.js';
269
+ export { User } from './types/User.js';
270
+ export { UserChatBoosts } from './types/UserChatBoosts.js';
271
+ export { UserProfilePhotos } from './types/UserProfilePhotos.js';
272
+ export { UserRating } from './types/UserRating.js';
273
+ export { UsersShared } from './types/UsersShared.js';
274
+ export { Venue } from './types/Venue.js';
275
+ export { Video } from './types/Video.js';
276
+ export { VideoChatEnded } from './types/VideoChatEnded.js';
277
+ export { VideoChatParticipantsInvited } from './types/VideoChatParticipantsInvited.js';
278
+ export { VideoChatScheduled } from './types/VideoChatScheduled.js';
279
+ export { VideoChatStarted } from './types/VideoChatStarted.js';
280
+ export { VideoNote } from './types/VideoNote.js';
281
+ export { Voice } from './types/Voice.js';
282
+ export { WebAppData } from './types/WebAppData.js';
283
+ export { WebAppInfo } from './types/WebAppInfo.js';
284
+ export { WebhookInfo } from './types/WebhookInfo.js';
285
+ export { WriteAccessAllowed } from './types/WriteAccessAllowed.js';
286
+
287
+ // AI классы
288
+ export { OnlySQ } from './ai/OnlySQ.js';
289
+ export { Deef } from './ai/Deef.js';
290
+ export { ChatGPT } from './ai/ChatGPT.js';
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class AcceptedGiftTypes extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class AffiliateInfo extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class Animation extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class Audio extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,5 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BackgroundFill extends TelegramObject {
4
+ }
5
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BackgroundFillFreeformGradient extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BackgroundFillGradient extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BackgroundFillSolid extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,5 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BackgroundType extends TelegramObject {
4
+ }
5
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BackgroundTypeChatTheme extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BackgroundTypeFill extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BackgroundTypePattern extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BackgroundTypeWallpaper extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class Birthdate extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotCommand extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,5 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotCommandScope extends TelegramObject {
4
+ }
5
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotCommandScopeAllChatAdministrators extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotCommandScopeAllGroupChats extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotCommandScopeAllPrivateChats extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotCommandScopeChat extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotCommandScopeChatAdministrators extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotCommandScopeChatMember extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotCommandScopeDefault extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotDescription extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotName extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BotShortDescription extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BusinessBotRights extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BusinessConnection extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BusinessIntro extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BusinessLocation extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+
@@ -0,0 +1,10 @@
1
+ import { TelegramObject } from '../TelegramObject.js';
2
+
3
+ export class BusinessMessagesDeleted extends TelegramObject {
4
+
5
+ constructor(data = {}) {
6
+ super(data);
7
+ }
8
+
9
+ }
10
+