@mtcute/core 0.28.2 → 0.29.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/client.cjs +0 -4
- package/client.js +0 -4
- package/highlevel/base.cjs +11 -11
- package/highlevel/base.d.cts +1 -1
- package/highlevel/base.d.ts +1 -1
- package/highlevel/base.js +11 -11
- package/highlevel/client.d.cts +9 -18
- package/highlevel/client.d.ts +9 -18
- package/highlevel/client.types.d.cts +5 -2
- package/highlevel/client.types.d.ts +5 -2
- package/highlevel/managers/timers.cjs +38 -18
- package/highlevel/managers/timers.d.cts +18 -4
- package/highlevel/managers/timers.d.ts +18 -4
- package/highlevel/managers/timers.js +38 -18
- package/highlevel/managers/timers.test.d.cts +1 -0
- package/highlevel/managers/timers.test.d.ts +1 -0
- package/highlevel/methods/auth/check-password.d.cts +1 -1
- package/highlevel/methods/auth/check-password.d.ts +1 -1
- package/highlevel/methods/auth/send-code.d.cts +1 -1
- package/highlevel/methods/auth/send-code.d.ts +1 -1
- package/highlevel/methods/auth/sign-in-qr.cjs +4 -4
- package/highlevel/methods/auth/sign-in-qr.js +4 -4
- package/highlevel/methods/auth/start.cjs +6 -6
- package/highlevel/methods/auth/start.d.cts +1 -1
- package/highlevel/methods/auth/start.d.ts +1 -1
- package/highlevel/methods/auth/start.js +6 -6
- package/highlevel/methods/auth/utils.d.cts +1 -1
- package/highlevel/methods/auth/utils.d.ts +1 -1
- package/highlevel/methods/bots/answer-inline-query.d.cts +1 -1
- package/highlevel/methods/bots/answer-inline-query.d.ts +1 -1
- package/highlevel/methods/bots/answer-pre-checkout-query.d.cts +1 -1
- package/highlevel/methods/bots/answer-pre-checkout-query.d.ts +1 -1
- package/highlevel/methods/bots/delete-my-commands.d.cts +1 -1
- package/highlevel/methods/bots/delete-my-commands.d.ts +1 -1
- package/highlevel/methods/bots/get-bot-info.d.cts +1 -1
- package/highlevel/methods/bots/get-bot-info.d.ts +1 -1
- package/highlevel/methods/bots/get-bot-menu-button.d.cts +1 -1
- package/highlevel/methods/bots/get-bot-menu-button.d.ts +1 -1
- package/highlevel/methods/bots/get-callback-answer.d.cts +1 -1
- package/highlevel/methods/bots/get-callback-answer.d.ts +1 -1
- package/highlevel/methods/bots/get-game-high-scores.d.cts +1 -1
- package/highlevel/methods/bots/get-game-high-scores.d.ts +1 -1
- package/highlevel/methods/bots/get-my-commands.d.cts +1 -1
- package/highlevel/methods/bots/get-my-commands.d.ts +1 -1
- package/highlevel/methods/bots/normalize-command-scope.cjs +2 -2
- package/highlevel/methods/bots/normalize-command-scope.d.cts +1 -1
- package/highlevel/methods/bots/normalize-command-scope.d.ts +1 -1
- package/highlevel/methods/bots/normalize-command-scope.js +2 -2
- package/highlevel/methods/bots/open-webview.cjs +15 -9
- package/highlevel/methods/bots/open-webview.d.cts +1 -1
- package/highlevel/methods/bots/open-webview.d.ts +1 -1
- package/highlevel/methods/bots/open-webview.js +15 -9
- package/highlevel/methods/bots/prepare-inline-message.d.cts +1 -1
- package/highlevel/methods/bots/prepare-inline-message.d.ts +1 -1
- package/highlevel/methods/bots/set-bot-menu-button.d.cts +1 -1
- package/highlevel/methods/bots/set-bot-menu-button.d.ts +1 -1
- package/highlevel/methods/bots/set-game-score.d.cts +1 -1
- package/highlevel/methods/bots/set-game-score.d.ts +1 -1
- package/highlevel/methods/bots/set-my-commands.d.cts +1 -1
- package/highlevel/methods/bots/set-my-commands.d.ts +1 -1
- package/highlevel/methods/bots/set-my-default-rights.d.cts +1 -1
- package/highlevel/methods/bots/set-my-default-rights.d.ts +1 -1
- package/highlevel/methods/chats/add-chat-members.d.cts +1 -1
- package/highlevel/methods/chats/add-chat-members.d.ts +1 -1
- package/highlevel/methods/chats/batched-queries.cjs +3 -3
- package/highlevel/methods/chats/batched-queries.d.cts +1 -1
- package/highlevel/methods/chats/batched-queries.d.ts +1 -1
- package/highlevel/methods/chats/batched-queries.js +3 -3
- package/highlevel/methods/chats/create-group.d.cts +1 -1
- package/highlevel/methods/chats/create-group.d.ts +1 -1
- package/highlevel/methods/chats/edit-admin-rights.d.cts +1 -1
- package/highlevel/methods/chats/edit-admin-rights.d.ts +1 -1
- package/highlevel/methods/chats/get-chat-event-log.d.cts +1 -1
- package/highlevel/methods/chats/get-chat-event-log.d.ts +1 -1
- package/highlevel/methods/chats/get-chat-member.cjs +2 -2
- package/highlevel/methods/chats/get-chat-member.js +2 -2
- package/highlevel/methods/chats/restrict-chat-member.d.cts +1 -1
- package/highlevel/methods/chats/restrict-chat-member.d.ts +1 -1
- package/highlevel/methods/chats/save-draft.d.cts +1 -1
- package/highlevel/methods/chats/save-draft.d.ts +1 -1
- package/highlevel/methods/chats/set-chat-color.d.cts +1 -1
- package/highlevel/methods/chats/set-chat-color.d.ts +1 -1
- package/highlevel/methods/chats/set-chat-default-permissions.d.cts +1 -1
- package/highlevel/methods/chats/set-chat-default-permissions.d.ts +1 -1
- package/highlevel/methods/chats/set-chat-photo.cjs +3 -3
- package/highlevel/methods/chats/set-chat-photo.js +3 -3
- package/highlevel/methods/contacts/import-contacts.d.cts +1 -1
- package/highlevel/methods/contacts/import-contacts.d.ts +1 -1
- package/highlevel/methods/contacts/set-contact-note.cjs +0 -2
- package/highlevel/methods/contacts/set-contact-note.js +0 -2
- package/highlevel/methods/dialogs/create-folder.d.cts +1 -1
- package/highlevel/methods/dialogs/create-folder.d.ts +1 -1
- package/highlevel/methods/dialogs/delete-folder.d.cts +1 -1
- package/highlevel/methods/dialogs/delete-folder.d.ts +1 -1
- package/highlevel/methods/dialogs/edit-folder.d.cts +1 -1
- package/highlevel/methods/dialogs/edit-folder.d.ts +1 -1
- package/highlevel/methods/dialogs/find-folder.cjs +1 -1
- package/highlevel/methods/dialogs/find-folder.d.cts +1 -1
- package/highlevel/methods/dialogs/find-folder.d.ts +1 -1
- package/highlevel/methods/dialogs/find-folder.js +1 -1
- package/highlevel/methods/dialogs/get-folders.d.cts +1 -1
- package/highlevel/methods/dialogs/get-folders.d.ts +1 -1
- package/highlevel/methods/dialogs/iter-dialogs.d.cts +1 -1
- package/highlevel/methods/dialogs/iter-dialogs.d.ts +1 -1
- package/highlevel/methods/dialogs/join-chatlist.d.cts +1 -1
- package/highlevel/methods/dialogs/join-chatlist.d.ts +1 -1
- package/highlevel/methods/files/download-chunk.cjs +2 -2
- package/highlevel/methods/files/download-chunk.js +2 -2
- package/highlevel/methods/files/download-iterable.cjs +3 -3
- package/highlevel/methods/files/download-iterable.d.cts +1 -1
- package/highlevel/methods/files/download-iterable.d.ts +1 -1
- package/highlevel/methods/files/download-iterable.js +3 -3
- package/highlevel/methods/files/normalize-file-to-document.cjs +2 -2
- package/highlevel/methods/files/normalize-file-to-document.d.cts +1 -1
- package/highlevel/methods/files/normalize-file-to-document.d.ts +1 -1
- package/highlevel/methods/files/normalize-file-to-document.js +2 -2
- package/highlevel/methods/files/normalize-input-file.cjs +3 -3
- package/highlevel/methods/files/normalize-input-file.d.cts +1 -1
- package/highlevel/methods/files/normalize-input-file.d.ts +1 -1
- package/highlevel/methods/files/normalize-input-file.js +3 -3
- package/highlevel/methods/files/normalize-input-media.cjs +5 -5
- package/highlevel/methods/files/normalize-input-media.d.cts +1 -1
- package/highlevel/methods/files/normalize-input-media.d.ts +1 -1
- package/highlevel/methods/files/normalize-input-media.js +5 -5
- package/highlevel/methods/forums/create-forum-topic.d.cts +1 -1
- package/highlevel/methods/forums/create-forum-topic.d.ts +1 -1
- package/highlevel/methods/forums/edit-forum-topic.d.cts +1 -1
- package/highlevel/methods/forums/edit-forum-topic.d.ts +1 -1
- package/highlevel/methods/gifts/_normalize-input-star-gift.d.cts +1 -1
- package/highlevel/methods/gifts/_normalize-input-star-gift.d.ts +1 -1
- package/highlevel/methods/gifts/get-resale-star-gifts.d.cts +1 -1
- package/highlevel/methods/gifts/get-resale-star-gifts.d.ts +1 -1
- package/highlevel/methods/gifts/get-star-gift-upgrade-options.d.cts +1 -1
- package/highlevel/methods/gifts/get-star-gift-upgrade-options.d.ts +1 -1
- package/highlevel/methods/gifts/send-star-gift-offer.d.cts +1 -1
- package/highlevel/methods/gifts/send-star-gift-offer.d.ts +1 -1
- package/highlevel/methods/gifts/transfer-star-gift.cjs +2 -2
- package/highlevel/methods/gifts/transfer-star-gift.js +2 -2
- package/highlevel/methods/gifts/upgrade-star-gift.cjs +2 -2
- package/highlevel/methods/gifts/upgrade-star-gift.js +2 -2
- package/highlevel/methods/invite-links/create-invite-link.d.cts +1 -1
- package/highlevel/methods/invite-links/create-invite-link.d.ts +1 -1
- package/highlevel/methods/invite-links/get-invite-link-members.d.cts +1 -1
- package/highlevel/methods/invite-links/get-invite-link-members.d.ts +1 -1
- package/highlevel/methods/messages/edit-inline-message.cjs +2 -2
- package/highlevel/methods/messages/edit-inline-message.d.cts +1 -1
- package/highlevel/methods/messages/edit-inline-message.d.ts +1 -1
- package/highlevel/methods/messages/edit-inline-message.js +2 -2
- package/highlevel/methods/messages/edit-message.cjs +3 -2
- package/highlevel/methods/messages/edit-message.js +3 -2
- package/highlevel/methods/messages/find-in-update.d.cts +1 -1
- package/highlevel/methods/messages/find-in-update.d.ts +1 -1
- package/highlevel/methods/messages/forward-messages.cjs +1 -1
- package/highlevel/methods/messages/forward-messages.d.cts +1 -1
- package/highlevel/methods/messages/forward-messages.d.ts +1 -1
- package/highlevel/methods/messages/forward-messages.js +1 -1
- package/highlevel/methods/messages/get-callback-query-message.d.cts +1 -1
- package/highlevel/methods/messages/get-callback-query-message.d.ts +1 -1
- package/highlevel/methods/messages/get-discussion-message.d.cts +1 -1
- package/highlevel/methods/messages/get-discussion-message.d.ts +1 -1
- package/highlevel/methods/messages/search-global.d.cts +1 -1
- package/highlevel/methods/messages/search-global.d.ts +1 -1
- package/highlevel/methods/messages/search-hashtag.d.cts +1 -1
- package/highlevel/methods/messages/search-hashtag.d.ts +1 -1
- package/highlevel/methods/messages/search-messages.d.cts +1 -1
- package/highlevel/methods/messages/search-messages.d.ts +1 -1
- package/highlevel/methods/messages/search-posts-global.d.cts +1 -1
- package/highlevel/methods/messages/search-posts-global.d.ts +1 -1
- package/highlevel/methods/messages/send-common.cjs +1 -1
- package/highlevel/methods/messages/send-common.d.cts +1 -1
- package/highlevel/methods/messages/send-common.d.ts +1 -1
- package/highlevel/methods/messages/send-common.js +1 -1
- package/highlevel/methods/messages/send-media-group.cjs +6 -5
- package/highlevel/methods/messages/send-media-group.js +6 -5
- package/highlevel/methods/messages/send-media.cjs +6 -5
- package/highlevel/methods/messages/send-media.js +6 -5
- package/highlevel/methods/messages/send-paid-reaction.cjs +2 -2
- package/highlevel/methods/messages/send-paid-reaction.js +2 -2
- package/highlevel/methods/messages/send-text.cjs +6 -5
- package/highlevel/methods/messages/send-text.js +6 -5
- package/highlevel/methods/messages/send-typing.cjs +3 -2
- package/highlevel/methods/messages/send-typing.d.cts +1 -1
- package/highlevel/methods/messages/send-typing.d.ts +1 -1
- package/highlevel/methods/messages/send-typing.js +3 -2
- package/highlevel/methods/messages/set-typing.cjs +12 -8
- package/highlevel/methods/messages/set-typing.d.cts +1 -1
- package/highlevel/methods/messages/set-typing.d.ts +1 -1
- package/highlevel/methods/messages/set-typing.js +12 -8
- package/highlevel/methods/messages/set-typing.test.d.cts +1 -0
- package/highlevel/methods/messages/set-typing.test.d.ts +1 -0
- package/highlevel/methods/misc/chain-id.d.cts +1 -1
- package/highlevel/methods/misc/chain-id.d.ts +1 -1
- package/highlevel/methods/misc/init-takeout-session.d.cts +1 -1
- package/highlevel/methods/misc/init-takeout-session.d.ts +1 -1
- package/highlevel/methods/misc/normalize-privacy-rules.d.cts +1 -1
- package/highlevel/methods/misc/normalize-privacy-rules.d.ts +1 -1
- package/highlevel/methods/misc/normalize-text.d.cts +1 -1
- package/highlevel/methods/misc/normalize-text.d.ts +1 -1
- package/highlevel/methods/premium/_normalize-stars-amount.d.cts +1 -1
- package/highlevel/methods/premium/_normalize-stars-amount.d.ts +1 -1
- package/highlevel/methods/premium/set-business-intro.d.cts +1 -1
- package/highlevel/methods/premium/set-business-intro.d.ts +1 -1
- package/highlevel/methods/premium/set-business-work-hours.d.cts +1 -1
- package/highlevel/methods/premium/set-business-work-hours.d.ts +1 -1
- package/highlevel/methods/stickers/_utils.d.cts +1 -1
- package/highlevel/methods/stickers/_utils.d.ts +1 -1
- package/highlevel/methods/stickers/get-custom-emojis.cjs +4 -5
- package/highlevel/methods/stickers/get-custom-emojis.d.cts +3 -3
- package/highlevel/methods/stickers/get-custom-emojis.d.ts +3 -3
- package/highlevel/methods/stickers/get-custom-emojis.js +4 -5
- package/highlevel/methods/stickers/set-sticker-set-thumb.d.cts +1 -1
- package/highlevel/methods/stickers/set-sticker-set-thumb.d.ts +1 -1
- package/highlevel/methods/stories/can-send-story.cjs +3 -3
- package/highlevel/methods/stories/can-send-story.js +3 -3
- package/highlevel/methods/stories/edit-story.d.cts +1 -1
- package/highlevel/methods/stories/edit-story.d.ts +1 -1
- package/highlevel/methods/stories/find-in-update.d.cts +1 -1
- package/highlevel/methods/stories/find-in-update.d.ts +1 -1
- package/highlevel/methods/stories/get-profile-stories.cjs +3 -3
- package/highlevel/methods/stories/get-profile-stories.js +3 -3
- package/highlevel/methods/stories/get-stories-by-id.cjs +3 -3
- package/highlevel/methods/stories/get-stories-by-id.js +3 -3
- package/highlevel/methods/stories/send-story.d.cts +1 -1
- package/highlevel/methods/stories/send-story.d.ts +1 -1
- package/highlevel/methods/users/_resolve-common.cjs +74 -0
- package/highlevel/methods/users/_resolve-common.d.cts +4 -0
- package/highlevel/methods/users/_resolve-common.d.ts +4 -0
- package/highlevel/methods/users/_resolve-common.js +69 -0
- package/highlevel/methods/users/delete-profile-photos.d.cts +1 -1
- package/highlevel/methods/users/delete-profile-photos.d.ts +1 -1
- package/highlevel/methods/users/get-profile-photo.cjs +1 -2
- package/highlevel/methods/users/get-profile-photo.d.cts +2 -2
- package/highlevel/methods/users/get-profile-photo.d.ts +2 -2
- package/highlevel/methods/users/get-profile-photo.js +1 -2
- package/highlevel/methods/users/get-profile-photos.cjs +3 -3
- package/highlevel/methods/users/get-profile-photos.js +3 -3
- package/highlevel/methods/users/get-saved-music.cjs +1 -0
- package/highlevel/methods/users/get-saved-music.js +1 -0
- package/highlevel/methods/users/is-peer-available.cjs +2 -2
- package/highlevel/methods/users/is-peer-available.js +1 -1
- package/highlevel/methods/users/resolve-peer-many.d.cts +1 -1
- package/highlevel/methods/users/resolve-peer-many.d.ts +1 -1
- package/highlevel/methods/users/resolve-peer.cjs +7 -68
- package/highlevel/methods/users/resolve-peer.d.cts +1 -3
- package/highlevel/methods/users/resolve-peer.d.ts +1 -3
- package/highlevel/methods/users/resolve-peer.js +8 -69
- package/highlevel/methods/users/resolve-phone-number.cjs +4 -4
- package/highlevel/methods/users/resolve-phone-number.d.cts +1 -1
- package/highlevel/methods/users/resolve-phone-number.d.ts +1 -1
- package/highlevel/methods/users/resolve-phone-number.js +3 -3
- package/highlevel/methods/users/save-music-to-profile.cjs +2 -2
- package/highlevel/methods/users/save-music-to-profile.js +2 -2
- package/highlevel/methods/users/set-emoji-status.d.cts +1 -1
- package/highlevel/methods/users/set-emoji-status.d.ts +1 -1
- package/highlevel/methods/users/set-my-profile-photo.cjs +5 -2
- package/highlevel/methods/users/set-my-profile-photo.d.cts +1 -1
- package/highlevel/methods/users/set-my-profile-photo.d.ts +1 -1
- package/highlevel/methods/users/set-my-profile-photo.js +5 -2
- package/highlevel/methods/users/set-online.cjs +9 -5
- package/highlevel/methods/users/set-online.js +9 -5
- package/highlevel/methods.d.cts +0 -1
- package/highlevel/methods.d.ts +0 -1
- package/highlevel/storage/service/current-user.cjs +1 -1
- package/highlevel/storage/service/current-user.d.cts +1 -1
- package/highlevel/storage/service/current-user.d.ts +1 -1
- package/highlevel/storage/service/current-user.js +1 -1
- package/highlevel/storage/service/peers.d.cts +1 -1
- package/highlevel/storage/service/peers.d.ts +1 -1
- package/highlevel/types/auth/sent-code.d.cts +1 -1
- package/highlevel/types/auth/sent-code.d.ts +1 -1
- package/highlevel/types/bots/command-scope/inner.d.cts +1 -1
- package/highlevel/types/bots/command-scope/inner.d.ts +1 -1
- package/highlevel/types/bots/game-high-score.d.cts +1 -1
- package/highlevel/types/bots/game-high-score.d.ts +1 -1
- package/highlevel/types/bots/inline-message/factories.d.cts +1 -1
- package/highlevel/types/bots/inline-message/factories.d.ts +1 -1
- package/highlevel/types/bots/inline-result/factories.d.cts +1 -1
- package/highlevel/types/bots/inline-result/factories.d.ts +1 -1
- package/highlevel/types/bots/inline-result/types.d.cts +1 -1
- package/highlevel/types/bots/inline-result/types.d.ts +1 -1
- package/highlevel/types/bots/keyboards/builder.d.cts +1 -1
- package/highlevel/types/bots/keyboards/builder.d.ts +1 -1
- package/highlevel/types/bots/keyboards/factories.cjs +2 -2
- package/highlevel/types/bots/keyboards/factories.d.cts +1 -1
- package/highlevel/types/bots/keyboards/factories.d.ts +1 -1
- package/highlevel/types/bots/keyboards/factories.js +2 -2
- package/highlevel/types/bots/keyboards/types.d.cts +1 -1
- package/highlevel/types/bots/keyboards/types.d.ts +1 -1
- package/highlevel/types/bots/webview.d.cts +1 -1
- package/highlevel/types/bots/webview.d.ts +1 -1
- package/highlevel/types/conversation.d.cts +1 -1
- package/highlevel/types/conversation.d.ts +1 -1
- package/highlevel/types/files/file-location.d.cts +1 -1
- package/highlevel/types/files/file-location.d.ts +1 -1
- package/highlevel/types/files/uploaded-file.d.cts +1 -1
- package/highlevel/types/files/uploaded-file.d.ts +1 -1
- package/highlevel/types/files/utils.d.cts +1 -1
- package/highlevel/types/files/utils.d.ts +1 -1
- package/highlevel/types/files/web-document.d.cts +1 -1
- package/highlevel/types/files/web-document.d.ts +1 -1
- package/highlevel/types/media/audio.d.cts +1 -1
- package/highlevel/types/media/audio.d.ts +1 -1
- package/highlevel/types/media/contact.d.cts +1 -1
- package/highlevel/types/media/contact.d.ts +1 -1
- package/highlevel/types/media/dice.d.cts +1 -1
- package/highlevel/types/media/dice.d.ts +1 -1
- package/highlevel/types/media/document-utils.d.cts +1 -1
- package/highlevel/types/media/document-utils.d.ts +1 -1
- package/highlevel/types/media/document.d.cts +1 -1
- package/highlevel/types/media/document.d.ts +1 -1
- package/highlevel/types/media/extended-media.d.cts +1 -1
- package/highlevel/types/media/extended-media.d.ts +1 -1
- package/highlevel/types/media/game.d.cts +1 -1
- package/highlevel/types/media/game.d.ts +1 -1
- package/highlevel/types/media/input-media/factories.d.cts +1 -1
- package/highlevel/types/media/input-media/factories.d.ts +1 -1
- package/highlevel/types/media/input-media/types.d.cts +1 -1
- package/highlevel/types/media/input-media/types.d.ts +1 -1
- package/highlevel/types/media/invoice.d.cts +1 -1
- package/highlevel/types/media/invoice.d.ts +1 -1
- package/highlevel/types/media/location.d.cts +1 -1
- package/highlevel/types/media/location.d.ts +1 -1
- package/highlevel/types/media/paid-media.d.cts +1 -1
- package/highlevel/types/media/paid-media.d.ts +1 -1
- package/highlevel/types/media/photo.d.cts +1 -1
- package/highlevel/types/media/photo.d.ts +1 -1
- package/highlevel/types/media/poll.d.cts +1 -1
- package/highlevel/types/media/poll.d.ts +1 -1
- package/highlevel/types/media/sticker.d.cts +1 -1
- package/highlevel/types/media/sticker.d.ts +1 -1
- package/highlevel/types/media/story.d.cts +1 -1
- package/highlevel/types/media/story.d.ts +1 -1
- package/highlevel/types/media/thumbnail.d.cts +1 -1
- package/highlevel/types/media/thumbnail.d.ts +1 -1
- package/highlevel/types/media/todo.d.cts +1 -1
- package/highlevel/types/media/todo.d.ts +1 -1
- package/highlevel/types/media/venue.cjs +2 -2
- package/highlevel/types/media/venue.d.cts +1 -1
- package/highlevel/types/media/venue.d.ts +1 -1
- package/highlevel/types/media/venue.js +2 -2
- package/highlevel/types/media/video.d.cts +1 -1
- package/highlevel/types/media/video.d.ts +1 -1
- package/highlevel/types/media/voice.d.cts +1 -1
- package/highlevel/types/media/voice.d.ts +1 -1
- package/highlevel/types/media/web-page.d.cts +1 -1
- package/highlevel/types/media/web-page.d.ts +1 -1
- package/highlevel/types/messages/dialog.d.cts +1 -1
- package/highlevel/types/messages/dialog.d.ts +1 -1
- package/highlevel/types/messages/draft-message.d.cts +1 -1
- package/highlevel/types/messages/draft-message.d.ts +1 -1
- package/highlevel/types/messages/fact-check.d.cts +1 -1
- package/highlevel/types/messages/fact-check.d.ts +1 -1
- package/highlevel/types/messages/message-action.cjs +4 -0
- package/highlevel/types/messages/message-action.d.cts +1 -1
- package/highlevel/types/messages/message-action.d.ts +1 -1
- package/highlevel/types/messages/message-action.js +4 -0
- package/highlevel/types/messages/message-effect.cjs +2 -6
- package/highlevel/types/messages/message-effect.d.cts +1 -1
- package/highlevel/types/messages/message-effect.d.ts +1 -1
- package/highlevel/types/messages/message-effect.js +2 -6
- package/highlevel/types/messages/message-entity.d.cts +1 -1
- package/highlevel/types/messages/message-entity.d.ts +1 -1
- package/highlevel/types/messages/message-forward.d.cts +1 -1
- package/highlevel/types/messages/message-forward.d.ts +1 -1
- package/highlevel/types/messages/message-media.d.cts +1 -1
- package/highlevel/types/messages/message-media.d.ts +1 -1
- package/highlevel/types/messages/message-reactions.d.cts +1 -1
- package/highlevel/types/messages/message-reactions.d.ts +1 -1
- package/highlevel/types/messages/message-replies.d.cts +1 -1
- package/highlevel/types/messages/message-replies.d.ts +1 -1
- package/highlevel/types/messages/message.d.cts +1 -1
- package/highlevel/types/messages/message.d.ts +1 -1
- package/highlevel/types/messages/replied-message.cjs +4 -14
- package/highlevel/types/messages/replied-message.d.cts +2 -2
- package/highlevel/types/messages/replied-message.d.ts +2 -2
- package/highlevel/types/messages/replied-message.js +2 -12
- package/highlevel/types/messages/suggested-post.d.cts +1 -1
- package/highlevel/types/messages/suggested-post.d.ts +1 -1
- package/highlevel/types/misc/collectible-info.d.cts +1 -1
- package/highlevel/types/misc/collectible-info.d.ts +1 -1
- package/highlevel/types/misc/entities.d.cts +1 -1
- package/highlevel/types/misc/entities.d.ts +1 -1
- package/highlevel/types/misc/input-privacy-rule/allow.d.cts +1 -1
- package/highlevel/types/misc/input-privacy-rule/allow.d.ts +1 -1
- package/highlevel/types/misc/input-privacy-rule/disallow.d.cts +1 -1
- package/highlevel/types/misc/input-privacy-rule/disallow.d.ts +1 -1
- package/highlevel/types/misc/input-privacy-rule/types.d.cts +1 -1
- package/highlevel/types/misc/input-privacy-rule/types.d.ts +1 -1
- package/highlevel/types/misc/sticker-set.cjs +5 -3
- package/highlevel/types/misc/sticker-set.d.cts +1 -1
- package/highlevel/types/misc/sticker-set.d.ts +1 -1
- package/highlevel/types/misc/sticker-set.js +5 -3
- package/highlevel/types/misc/takeout-session.d.cts +1 -1
- package/highlevel/types/misc/takeout-session.d.ts +1 -1
- package/highlevel/types/peers/bot-info.d.cts +1 -1
- package/highlevel/types/peers/bot-info.d.ts +1 -1
- package/highlevel/types/peers/bot-verification.d.cts +1 -1
- package/highlevel/types/peers/bot-verification.d.ts +1 -1
- package/highlevel/types/peers/chat-colors.d.cts +1 -1
- package/highlevel/types/peers/chat-colors.d.ts +1 -1
- package/highlevel/types/peers/chat-event/actions.cjs +4 -5
- package/highlevel/types/peers/chat-event/actions.d.cts +5 -6
- package/highlevel/types/peers/chat-event/actions.d.ts +5 -6
- package/highlevel/types/peers/chat-event/actions.js +4 -5
- package/highlevel/types/peers/chat-event/filters.d.cts +1 -1
- package/highlevel/types/peers/chat-event/filters.d.ts +1 -1
- package/highlevel/types/peers/chat-event/index.d.cts +1 -1
- package/highlevel/types/peers/chat-event/index.d.ts +1 -1
- package/highlevel/types/peers/chat-invite-link-member.d.cts +1 -1
- package/highlevel/types/peers/chat-invite-link-member.d.ts +1 -1
- package/highlevel/types/peers/chat-invite-link.d.cts +1 -1
- package/highlevel/types/peers/chat-invite-link.d.ts +1 -1
- package/highlevel/types/peers/chat-member.d.cts +1 -1
- package/highlevel/types/peers/chat-member.d.ts +1 -1
- package/highlevel/types/peers/chat-permissions.d.cts +1 -1
- package/highlevel/types/peers/chat-permissions.d.ts +1 -1
- package/highlevel/types/peers/chat-photo.d.cts +1 -1
- package/highlevel/types/peers/chat-photo.d.ts +1 -1
- package/highlevel/types/peers/chat-preview.d.cts +1 -1
- package/highlevel/types/peers/chat-preview.d.ts +1 -1
- package/highlevel/types/peers/chat.d.cts +1 -1
- package/highlevel/types/peers/chat.d.ts +1 -1
- package/highlevel/types/peers/chatlist-preview.d.cts +1 -1
- package/highlevel/types/peers/chatlist-preview.d.ts +1 -1
- package/highlevel/types/peers/forum-topic.d.cts +1 -1
- package/highlevel/types/peers/forum-topic.d.ts +1 -1
- package/highlevel/types/peers/full-chat.cjs +0 -11
- package/highlevel/types/peers/full-chat.d.cts +1 -6
- package/highlevel/types/peers/full-chat.d.ts +1 -6
- package/highlevel/types/peers/full-chat.js +0 -11
- package/highlevel/types/peers/full-user.d.cts +1 -1
- package/highlevel/types/peers/full-user.d.ts +1 -1
- package/highlevel/types/peers/index.d.cts +0 -1
- package/highlevel/types/peers/index.d.ts +0 -1
- package/highlevel/types/peers/peer-settings.d.cts +1 -1
- package/highlevel/types/peers/peer-settings.d.ts +1 -1
- package/highlevel/types/peers/peer.d.cts +2 -2
- package/highlevel/types/peers/peer.d.ts +2 -2
- package/highlevel/types/peers/peers-index.cjs +3 -1
- package/highlevel/types/peers/peers-index.d.cts +1 -1
- package/highlevel/types/peers/peers-index.d.ts +1 -1
- package/highlevel/types/peers/peers-index.js +3 -1
- package/highlevel/types/peers/user.d.cts +1 -1
- package/highlevel/types/peers/user.d.ts +1 -1
- package/highlevel/types/premium/boost-slot.d.cts +1 -1
- package/highlevel/types/premium/boost-slot.d.ts +1 -1
- package/highlevel/types/premium/boost-stats.d.cts +1 -1
- package/highlevel/types/premium/boost-stats.d.ts +1 -1
- package/highlevel/types/premium/boost.d.cts +1 -1
- package/highlevel/types/premium/boost.d.ts +1 -1
- package/highlevel/types/premium/business-account.d.cts +1 -1
- package/highlevel/types/premium/business-account.d.ts +1 -1
- package/highlevel/types/premium/business-chat-link.d.cts +1 -1
- package/highlevel/types/premium/business-chat-link.d.ts +1 -1
- package/highlevel/types/premium/business-connection.d.cts +1 -1
- package/highlevel/types/premium/business-connection.d.ts +1 -1
- package/highlevel/types/premium/business-intro.d.cts +1 -1
- package/highlevel/types/premium/business-intro.d.ts +1 -1
- package/highlevel/types/premium/business-location.d.cts +1 -1
- package/highlevel/types/premium/business-location.d.ts +1 -1
- package/highlevel/types/premium/business-work-hours.d.cts +1 -1
- package/highlevel/types/premium/business-work-hours.d.ts +1 -1
- package/highlevel/types/premium/saved-star-gift.d.cts +1 -1
- package/highlevel/types/premium/saved-star-gift.d.ts +1 -1
- package/highlevel/types/premium/star-gift-unique.d.cts +1 -1
- package/highlevel/types/premium/star-gift-unique.d.ts +1 -1
- package/highlevel/types/premium/star-gift-value.d.cts +1 -1
- package/highlevel/types/premium/star-gift-value.d.ts +1 -1
- package/highlevel/types/premium/star-gift.cjs +0 -4
- package/highlevel/types/premium/star-gift.d.cts +1 -3
- package/highlevel/types/premium/star-gift.d.ts +1 -3
- package/highlevel/types/premium/star-gift.js +0 -4
- package/highlevel/types/premium/stars-status.d.cts +1 -1
- package/highlevel/types/premium/stars-status.d.ts +1 -1
- package/highlevel/types/premium/stars-transaction.d.cts +1 -1
- package/highlevel/types/premium/stars-transaction.d.ts +1 -1
- package/highlevel/types/reactions/emoji-status.d.cts +1 -1
- package/highlevel/types/reactions/emoji-status.d.ts +1 -1
- package/highlevel/types/reactions/peer-reaction.cjs +5 -8
- package/highlevel/types/reactions/peer-reaction.d.cts +4 -5
- package/highlevel/types/reactions/peer-reaction.d.ts +4 -5
- package/highlevel/types/reactions/peer-reaction.js +5 -8
- package/highlevel/types/reactions/reaction-count.d.cts +1 -1
- package/highlevel/types/reactions/reaction-count.d.ts +1 -1
- package/highlevel/types/reactions/types.d.cts +1 -1
- package/highlevel/types/reactions/types.d.ts +1 -1
- package/highlevel/types/stories/all-stories.d.cts +1 -1
- package/highlevel/types/stories/all-stories.d.ts +1 -1
- package/highlevel/types/stories/interactive/base.d.cts +1 -1
- package/highlevel/types/stories/interactive/base.d.ts +1 -1
- package/highlevel/types/stories/interactive/channel-post.d.cts +1 -1
- package/highlevel/types/stories/interactive/channel-post.d.ts +1 -1
- package/highlevel/types/stories/interactive/index.d.cts +1 -1
- package/highlevel/types/stories/interactive/index.d.ts +1 -1
- package/highlevel/types/stories/interactive/input.d.cts +1 -1
- package/highlevel/types/stories/interactive/input.d.ts +1 -1
- package/highlevel/types/stories/interactive/location.d.cts +1 -1
- package/highlevel/types/stories/interactive/location.d.ts +1 -1
- package/highlevel/types/stories/interactive/reaction.d.cts +1 -1
- package/highlevel/types/stories/interactive/reaction.d.ts +1 -1
- package/highlevel/types/stories/interactive/star-gift.d.cts +1 -1
- package/highlevel/types/stories/interactive/star-gift.d.ts +1 -1
- package/highlevel/types/stories/interactive/url.d.cts +1 -1
- package/highlevel/types/stories/interactive/url.d.ts +1 -1
- package/highlevel/types/stories/interactive/venue.d.cts +1 -1
- package/highlevel/types/stories/interactive/venue.d.ts +1 -1
- package/highlevel/types/stories/interactive/weather.d.cts +1 -1
- package/highlevel/types/stories/interactive/weather.d.ts +1 -1
- package/highlevel/types/stories/peer-stories.cjs +4 -4
- package/highlevel/types/stories/peer-stories.d.cts +1 -1
- package/highlevel/types/stories/peer-stories.d.ts +1 -1
- package/highlevel/types/stories/peer-stories.js +4 -4
- package/highlevel/types/stories/stealth-mode.d.cts +1 -1
- package/highlevel/types/stories/stealth-mode.d.ts +1 -1
- package/highlevel/types/stories/story-interactions.d.cts +1 -1
- package/highlevel/types/stories/story-interactions.d.ts +1 -1
- package/highlevel/types/stories/story-viewer.cjs +3 -4
- package/highlevel/types/stories/story-viewer.d.cts +3 -3
- package/highlevel/types/stories/story-viewer.d.ts +3 -3
- package/highlevel/types/stories/story-viewer.js +3 -4
- package/highlevel/types/stories/story.d.cts +1 -1
- package/highlevel/types/stories/story.d.ts +1 -1
- package/highlevel/types/updates/bot-chat-join-request.d.cts +1 -1
- package/highlevel/types/updates/bot-chat-join-request.d.ts +1 -1
- package/highlevel/types/updates/bot-reaction.d.cts +1 -1
- package/highlevel/types/updates/bot-reaction.d.ts +1 -1
- package/highlevel/types/updates/bot-stopped.d.cts +1 -1
- package/highlevel/types/updates/bot-stopped.d.ts +1 -1
- package/highlevel/types/updates/business-message.d.cts +1 -1
- package/highlevel/types/updates/business-message.d.ts +1 -1
- package/highlevel/types/updates/callback-query.d.cts +1 -1
- package/highlevel/types/updates/callback-query.d.ts +1 -1
- package/highlevel/types/updates/chat-join-request.d.cts +1 -1
- package/highlevel/types/updates/chat-join-request.d.ts +1 -1
- package/highlevel/types/updates/chat-member-update.cjs +2 -2
- package/highlevel/types/updates/chat-member-update.d.cts +1 -1
- package/highlevel/types/updates/chat-member-update.d.ts +1 -1
- package/highlevel/types/updates/chat-member-update.js +2 -2
- package/highlevel/types/updates/chosen-inline-result.d.cts +1 -1
- package/highlevel/types/updates/chosen-inline-result.d.ts +1 -1
- package/highlevel/types/updates/delete-business-message-update.d.cts +1 -1
- package/highlevel/types/updates/delete-business-message-update.d.ts +1 -1
- package/highlevel/types/updates/delete-message-update.d.cts +1 -1
- package/highlevel/types/updates/delete-message-update.d.ts +1 -1
- package/highlevel/types/updates/delete-story-update.d.cts +1 -1
- package/highlevel/types/updates/delete-story-update.d.ts +1 -1
- package/highlevel/types/updates/history-read-update.d.cts +1 -1
- package/highlevel/types/updates/history-read-update.d.ts +1 -1
- package/highlevel/types/updates/inline-query.d.cts +1 -1
- package/highlevel/types/updates/inline-query.d.ts +1 -1
- package/highlevel/types/updates/poll-update.d.cts +1 -1
- package/highlevel/types/updates/poll-update.d.ts +1 -1
- package/highlevel/types/updates/poll-vote.d.cts +1 -1
- package/highlevel/types/updates/poll-vote.d.ts +1 -1
- package/highlevel/types/updates/pre-checkout-query.d.cts +1 -1
- package/highlevel/types/updates/pre-checkout-query.d.ts +1 -1
- package/highlevel/types/updates/story-update.d.cts +1 -1
- package/highlevel/types/updates/story-update.d.ts +1 -1
- package/highlevel/types/updates/user-status-update.d.cts +1 -1
- package/highlevel/types/updates/user-status-update.d.ts +1 -1
- package/highlevel/types/updates/user-typing-update.d.cts +1 -1
- package/highlevel/types/updates/user-typing-update.d.ts +1 -1
- package/highlevel/updates/manager.cjs +8 -9
- package/highlevel/updates/manager.d.cts +4 -2
- package/highlevel/updates/manager.d.ts +4 -2
- package/highlevel/updates/manager.js +8 -9
- package/highlevel/updates/types.d.cts +1 -1
- package/highlevel/updates/types.d.ts +1 -1
- package/highlevel/updates/utils.d.cts +1 -1
- package/highlevel/updates/utils.d.ts +1 -1
- package/highlevel/utils/convert-file-id.d.cts +1 -1
- package/highlevel/utils/convert-file-id.d.ts +1 -1
- package/highlevel/utils/file-utils.d.cts +1 -1
- package/highlevel/utils/file-utils.d.ts +1 -1
- package/highlevel/utils/inline-utils.d.cts +1 -1
- package/highlevel/utils/inline-utils.d.ts +1 -1
- package/highlevel/utils/peer-utils.cjs +25 -4
- package/highlevel/utils/peer-utils.d.cts +2 -2
- package/highlevel/utils/peer-utils.d.ts +2 -2
- package/highlevel/utils/peer-utils.js +25 -4
- package/highlevel/worker/errors.cjs +3 -3
- package/highlevel/worker/errors.js +3 -3
- package/highlevel/worker/invoker.cjs +67 -9
- package/highlevel/worker/invoker.d.cts +9 -1
- package/highlevel/worker/invoker.d.ts +9 -1
- package/highlevel/worker/invoker.js +67 -9
- package/highlevel/worker/invoker.test.d.cts +1 -0
- package/highlevel/worker/invoker.test.d.ts +1 -0
- package/highlevel/worker/port.cjs +50 -16
- package/highlevel/worker/port.d.cts +9 -5
- package/highlevel/worker/port.d.ts +9 -5
- package/highlevel/worker/port.js +51 -17
- package/highlevel/worker/protocol.cjs +19 -7
- package/highlevel/worker/protocol.d.cts +28 -4
- package/highlevel/worker/protocol.d.ts +28 -4
- package/highlevel/worker/protocol.js +19 -7
- package/highlevel/worker/protocol.test.d.cts +1 -0
- package/highlevel/worker/protocol.test.d.ts +1 -0
- package/highlevel/worker/storage.cjs +4 -1
- package/highlevel/worker/storage.d.cts +2 -1
- package/highlevel/worker/storage.d.ts +2 -1
- package/highlevel/worker/storage.js +4 -1
- package/highlevel/worker/timers.cjs +19 -0
- package/highlevel/worker/timers.d.cts +11 -0
- package/highlevel/worker/timers.d.ts +11 -0
- package/highlevel/worker/timers.js +14 -0
- package/highlevel/worker/timers.test.d.cts +1 -0
- package/highlevel/worker/timers.test.d.ts +1 -0
- package/highlevel/worker/worker.cjs +266 -53
- package/highlevel/worker/worker.d.cts +30 -2
- package/highlevel/worker/worker.d.ts +30 -2
- package/highlevel/worker/worker.js +267 -54
- package/highlevel/worker/worker.test.d.cts +1 -0
- package/highlevel/worker/worker.test.d.ts +1 -0
- package/index.cjs +4 -11
- package/index.d.cts +2 -2
- package/index.d.ts +2 -2
- package/index.js +4 -5
- package/methods.cjs +0 -2
- package/methods.js +0 -2
- package/network/auth-key.d.cts +1 -1
- package/network/auth-key.d.ts +1 -1
- package/network/authorization.cjs +2 -2
- package/network/authorization.js +2 -2
- package/network/client.cjs +9 -9
- package/network/client.d.cts +1 -12
- package/network/client.d.ts +1 -12
- package/network/client.js +7 -7
- package/network/config-manager.d.cts +1 -1
- package/network/config-manager.d.ts +1 -1
- package/network/middlewares/internal-errors.cjs +8 -8
- package/network/middlewares/internal-errors.js +8 -8
- package/network/middlewares/on-error.d.cts +1 -1
- package/network/middlewares/on-error.d.ts +1 -1
- package/network/middlewares/on-method.d.cts +1 -1
- package/network/middlewares/on-method.d.ts +1 -1
- package/network/mtproto-session.cjs +0 -3
- package/network/mtproto-session.d.cts +1 -2
- package/network/mtproto-session.d.ts +1 -2
- package/network/mtproto-session.js +0 -3
- package/network/mtproxy/index.d.cts +1 -1
- package/network/mtproxy/index.d.ts +1 -1
- package/network/multi-session-connection.d.cts +1 -1
- package/network/multi-session-connection.d.ts +1 -1
- package/network/network-manager.cjs +43 -3
- package/network/network-manager.d.cts +12 -3
- package/network/network-manager.d.ts +12 -3
- package/network/network-manager.js +44 -4
- package/network/persistent-connection.d.cts +1 -1
- package/network/persistent-connection.d.ts +1 -1
- package/network/server-salt.d.cts +1 -1
- package/network/server-salt.d.ts +1 -1
- package/network/session-connection.cjs +10 -17
- package/network/session-connection.d.cts +1 -3
- package/network/session-connection.d.ts +1 -3
- package/network/session-connection.js +10 -17
- package/network/transports/abstract.d.cts +1 -1
- package/network/transports/abstract.d.ts +1 -1
- package/network/transports/intermediate.cjs +0 -2
- package/network/transports/intermediate.js +0 -2
- package/package.json +9 -6
- package/storage/service/base.d.cts +1 -1
- package/storage/service/base.d.ts +1 -1
- package/storage/service/future-salts.d.cts +1 -1
- package/storage/service/future-salts.d.ts +1 -1
- package/storage/sqlite/driver.cjs +0 -22
- package/storage/sqlite/driver.d.cts +0 -3
- package/storage/sqlite/driver.d.ts +0 -3
- package/storage/sqlite/driver.js +0 -22
- package/storage/sqlite/repository/kv.cjs +5 -47
- package/storage/sqlite/repository/kv.js +5 -47
- package/storage/sqlite/repository/peers.cjs +0 -3
- package/storage/sqlite/repository/peers.js +0 -3
- package/storage/storage.cjs +1 -3
- package/storage/storage.js +1 -3
- package/tl/api-schema.json +1 -0
- package/tl/app-config.json +1 -0
- package/tl/binary/reader.cjs +5248 -0
- package/tl/binary/reader.d.cts +3 -0
- package/tl/binary/reader.d.ts +3 -0
- package/tl/binary/reader.js +5243 -0
- package/tl/binary/rsa-keys.cjs +9 -0
- package/tl/binary/rsa-keys.d.cts +38 -0
- package/tl/binary/rsa-keys.d.ts +38 -0
- package/tl/binary/rsa-keys.js +4 -0
- package/tl/binary/writer.cjs +18718 -0
- package/tl/binary/writer.d.cts +4 -0
- package/tl/binary/writer.d.ts +4 -0
- package/tl/binary/writer.js +18713 -0
- package/tl/compat/reader.cjs +313 -0
- package/tl/compat/reader.d.cts +1 -0
- package/tl/compat/reader.d.ts +1 -0
- package/tl/compat/reader.js +308 -0
- package/tl/index.d.cts +58614 -0
- package/tl/index.d.ts +58614 -0
- package/tl/inner-mtp.cjs +63 -0
- package/tl/inner-mtp.js +58 -0
- package/tl/inner-tl.cjs +1261 -0
- package/tl/inner-tl.js +1256 -0
- package/tl/mtp-schema.json +1 -0
- package/tl/raw-errors.json +1 -0
- package/utils/binary/compat.cjs +10 -10
- package/utils/binary/compat.d.cts +1 -1
- package/utils/binary/compat.d.ts +1 -1
- package/utils/binary/compat.js +5 -5
- package/utils/binary/serialization.cjs +7 -7
- package/utils/binary/serialization.d.cts +1 -1
- package/utils/binary/serialization.d.ts +1 -1
- package/utils/binary/serialization.js +5 -5
- package/utils/crypto/keys.cjs +5 -5
- package/utils/crypto/keys.d.cts +1 -1
- package/utils/crypto/keys.d.ts +1 -1
- package/utils/crypto/keys.js +1 -1
- package/utils/crypto/password.d.cts +1 -1
- package/utils/crypto/password.d.ts +1 -1
- package/utils/date-entity-format.d.cts +1 -1
- package/utils/date-entity-format.d.ts +1 -1
- package/utils/index.d.cts +2 -6
- package/utils/index.d.ts +2 -6
- package/utils/links/bots.d.cts +1 -1
- package/utils/links/bots.d.ts +1 -1
- package/utils/logger.cjs +2 -2
- package/utils/logger.js +2 -2
- package/utils/misc-utils.cjs +8 -0
- package/utils/misc-utils.d.cts +2 -0
- package/utils/misc-utils.d.ts +2 -0
- package/utils/misc-utils.js +8 -0
- package/utils/peer-utils.d.cts +1 -1
- package/utils/peer-utils.d.ts +1 -1
- package/utils/tl-json.d.cts +1 -1
- package/utils/tl-json.d.ts +1 -1
- package/utils/type-assertions.d.cts +1 -1
- package/utils/type-assertions.d.ts +1 -1
- package/utils.cjs +5 -18
- package/utils.js +4 -11
- package/highlevel/methods/chats/get-nearby-chats.cjs +0 -37
- package/highlevel/methods/chats/get-nearby-chats.d.cts +0 -9
- package/highlevel/methods/chats/get-nearby-chats.d.ts +0 -9
- package/highlevel/methods/chats/get-nearby-chats.js +0 -32
- package/highlevel/methods/messages/_business-connection.cjs +0 -42
- package/highlevel/methods/messages/_business-connection.d.cts +0 -8
- package/highlevel/methods/messages/_business-connection.d.ts +0 -8
- package/highlevel/methods/messages/_business-connection.js +0 -37
- package/highlevel/types/peers/chat-location.cjs +0 -30
- package/highlevel/types/peers/chat-location.d.cts +0 -17
- package/highlevel/types/peers/chat-location.d.ts +0 -17
- package/highlevel/types/peers/chat-location.js +0 -25
- package/utils/error-reporting.cjs +0 -23
- package/utils/error-reporting.d.cts +0 -3
- package/utils/error-reporting.d.ts +0 -3
- package/utils/error-reporting.js +0 -18
package/tl/inner-tl.js
ADDED
|
@@ -0,0 +1,1256 @@
|
|
|
1
|
+
function _isAny() {
|
|
2
|
+
const a = arguments;
|
|
3
|
+
return function(o) {
|
|
4
|
+
if (typeof o !== "object" || o === null) return false;
|
|
5
|
+
for (let i = 0; i < a.length; i++) if (o._ === a[i]) return true;
|
|
6
|
+
return false;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
const LAYER = 223;
|
|
10
|
+
class RpcError extends Error {
|
|
11
|
+
constructor(code, text) {
|
|
12
|
+
super("Telegram API error " + code + ": " + text);
|
|
13
|
+
this.code = code;
|
|
14
|
+
this.text = text;
|
|
15
|
+
}
|
|
16
|
+
static is(err, text) {
|
|
17
|
+
return err.constructor === RpcError && (!text || err.text === text);
|
|
18
|
+
}
|
|
19
|
+
is(text) {
|
|
20
|
+
return this.text === text;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
RpcError.fromTl = function(obj) {
|
|
24
|
+
var err = new RpcError(obj.errorCode, obj.errorMessage);
|
|
25
|
+
var match;
|
|
26
|
+
if ((match = err.text.match(/^FLOOD_WAIT_(\d+)$/)) != null) {
|
|
27
|
+
err.text = "FLOOD_WAIT_%d";
|
|
28
|
+
err.seconds = parseInt(match[1]);
|
|
29
|
+
} else if ((match = err.text.match(/^FILE_MIGRATE_(\d+)$/)) != null) {
|
|
30
|
+
err.text = "FILE_MIGRATE_%d";
|
|
31
|
+
err.newDc = parseInt(match[1]);
|
|
32
|
+
} else if ((match = err.text.match(/^NETWORK_MIGRATE_(\d+)$/)) != null) {
|
|
33
|
+
err.text = "NETWORK_MIGRATE_%d";
|
|
34
|
+
err.newDc = parseInt(match[1]);
|
|
35
|
+
} else if ((match = err.text.match(/^PHONE_MIGRATE_(\d+)$/)) != null) {
|
|
36
|
+
err.text = "PHONE_MIGRATE_%d";
|
|
37
|
+
err.newDc = parseInt(match[1]);
|
|
38
|
+
} else if ((match = err.text.match(/^STATS_MIGRATE_(\d+)$/)) != null) {
|
|
39
|
+
err.text = "STATS_MIGRATE_%d";
|
|
40
|
+
err.dc = parseInt(match[1]);
|
|
41
|
+
} else if ((match = err.text.match(/^EMAIL_UNCONFIRMED_(\d+)$/)) != null) {
|
|
42
|
+
err.text = "EMAIL_UNCONFIRMED_%d";
|
|
43
|
+
err.codeLength = parseInt(match[1]);
|
|
44
|
+
} else if ((match = err.text.match(/^PASSWORD_TOO_FRESH_(\d+)$/)) != null) {
|
|
45
|
+
err.text = "PASSWORD_TOO_FRESH_%d";
|
|
46
|
+
err.seconds = parseInt(match[1]);
|
|
47
|
+
} else if ((match = err.text.match(/^SESSION_TOO_FRESH_(\d+)$/)) != null) {
|
|
48
|
+
err.text = "SESSION_TOO_FRESH_%d";
|
|
49
|
+
err.seconds = parseInt(match[1]);
|
|
50
|
+
} else if ((match = err.text.match(/^PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_(\d+)MIN$/)) != null) {
|
|
51
|
+
err.text = "PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_%dMIN";
|
|
52
|
+
err.minutes = parseInt(match[1]);
|
|
53
|
+
} else if ((match = err.text.match(/^2FA_CONFIRM_WAIT_(\d+)$/)) != null) {
|
|
54
|
+
err.text = "2FA_CONFIRM_WAIT_%d";
|
|
55
|
+
err.seconds = parseInt(match[1]);
|
|
56
|
+
} else if ((match = err.text.match(/^SLOWMODE_WAIT_(\d+)$/)) != null) {
|
|
57
|
+
err.text = "SLOWMODE_WAIT_%d";
|
|
58
|
+
err.seconds = parseInt(match[1]);
|
|
59
|
+
} else if ((match = err.text.match(/^TAKEOUT_INIT_DELAY_(\d+)$/)) != null) {
|
|
60
|
+
err.text = "TAKEOUT_INIT_DELAY_%d";
|
|
61
|
+
err.seconds = parseInt(match[1]);
|
|
62
|
+
} else if ((match = err.text.match(/^FILE_PART_(\d+)_MISSING$/)) != null) {
|
|
63
|
+
err.text = "FILE_PART_%d_MISSING";
|
|
64
|
+
err.which = parseInt(match[1]);
|
|
65
|
+
} else if ((match = err.text.match(/^FLOOD_TEST_PHONE_WAIT_(\d+)$/)) != null) {
|
|
66
|
+
err.text = "FLOOD_TEST_PHONE_WAIT_%d";
|
|
67
|
+
err.seconds = parseInt(match[1]);
|
|
68
|
+
} else if ((match = err.text.match(/^INTERDC_(\d+)_CALL_ERROR$/)) != null) {
|
|
69
|
+
err.text = "INTERDC_%d_CALL_ERROR";
|
|
70
|
+
err.dc = parseInt(match[1]);
|
|
71
|
+
} else if ((match = err.text.match(/^INTERDC_(\d+)_CALL_RICH_ERROR$/)) != null) {
|
|
72
|
+
err.text = "INTERDC_%d_CALL_RICH_ERROR";
|
|
73
|
+
err.dc = parseInt(match[1]);
|
|
74
|
+
} else if ((match = err.text.match(/^USER_MIGRATE_(\d+)$/)) != null) {
|
|
75
|
+
err.text = "USER_MIGRATE_%d";
|
|
76
|
+
err.newDc = parseInt(match[1]);
|
|
77
|
+
} else return err;
|
|
78
|
+
};
|
|
79
|
+
RpcError.BAD_REQUEST = 400;
|
|
80
|
+
RpcError.UNAUTHORIZED = 401;
|
|
81
|
+
RpcError.FORBIDDEN = 403;
|
|
82
|
+
RpcError.NOT_FOUND = 404;
|
|
83
|
+
RpcError.FLOOD = 420;
|
|
84
|
+
RpcError.SEE_OTHER = 303;
|
|
85
|
+
RpcError.NOT_ACCEPTABLE = 406;
|
|
86
|
+
RpcError.INTERNAL = 500;
|
|
87
|
+
const isAnyError = /* @__PURE__ */ _isAny("error");
|
|
88
|
+
const isAnyInputFileLocation = /* @__PURE__ */ _isAny("inputPeerPhotoFileLocationLegacy", "inputStickerSetThumbLegacy", "inputFileLocation", "inputEncryptedFileLocation", "inputDocumentFileLocation", "inputSecureFileLocation", "inputTakeoutFileLocation", "inputPhotoFileLocation", "inputPhotoLegacyFileLocation", "inputPeerPhotoFileLocation", "inputStickerSetThumb", "inputGroupCallStream");
|
|
89
|
+
const isAnyInputPeer = /* @__PURE__ */ _isAny("inputPeerEmpty", "inputPeerSelf", "inputPeerChat", "inputPeerUser", "inputPeerChannel", "inputPeerUserFromMessage", "inputPeerChannelFromMessage", "mtcute.dummyInputPeerMinUser", "mtcute.dummyInputPeerMinChannel");
|
|
90
|
+
const isAnyInputUser = /* @__PURE__ */ _isAny("inputUserEmpty", "inputUserSelf", "inputUser", "inputUserFromMessage");
|
|
91
|
+
const isAnyInputContact = /* @__PURE__ */ _isAny("inputPhoneContact");
|
|
92
|
+
const isAnyInputFile = /* @__PURE__ */ _isAny("inputFile", "inputFileBig", "inputFileStoryDocument");
|
|
93
|
+
const isAnyInputMedia = /* @__PURE__ */ _isAny("inputMediaEmpty", "inputMediaUploadedPhoto", "inputMediaPhoto", "inputMediaGeoPoint", "inputMediaContact", "inputMediaUploadedDocument", "inputMediaDocument", "inputMediaVenue", "inputMediaPhotoExternal", "inputMediaDocumentExternal", "inputMediaGame", "inputMediaInvoice", "inputMediaGeoLive", "inputMediaPoll", "inputMediaDice", "inputMediaStory", "inputMediaWebPage", "inputMediaPaidMedia", "inputMediaTodo", "inputMediaStakeDice");
|
|
94
|
+
const isAnyInputChatPhoto = /* @__PURE__ */ _isAny("inputChatPhotoEmpty", "inputChatUploadedPhoto", "inputChatPhoto");
|
|
95
|
+
const isAnyInputGeoPoint = /* @__PURE__ */ _isAny("inputGeoPointEmpty", "inputGeoPoint");
|
|
96
|
+
const isAnyInputPhoto = /* @__PURE__ */ _isAny("inputPhotoEmpty", "inputPhoto");
|
|
97
|
+
const isAnyPeer = /* @__PURE__ */ _isAny("peerUser", "peerChat", "peerChannel");
|
|
98
|
+
const isAnyUser = /* @__PURE__ */ _isAny("userEmpty", "user");
|
|
99
|
+
const isAnyUserProfilePhoto = /* @__PURE__ */ _isAny("userProfilePhotoEmpty", "userProfilePhoto");
|
|
100
|
+
const isAnyUserStatus = /* @__PURE__ */ _isAny("userStatusEmpty", "userStatusOnline", "userStatusOffline", "userStatusRecently", "userStatusLastWeek", "userStatusLastMonth");
|
|
101
|
+
const isAnyChat = /* @__PURE__ */ _isAny("chatEmpty", "chat", "chatForbidden", "channel", "channelForbidden");
|
|
102
|
+
const isAnyChatFull = /* @__PURE__ */ _isAny("chatFull", "channelFull");
|
|
103
|
+
const isAnyChatParticipant = /* @__PURE__ */ _isAny("chatParticipant", "chatParticipantCreator", "chatParticipantAdmin");
|
|
104
|
+
const isAnyChatParticipants = /* @__PURE__ */ _isAny("chatParticipantsForbidden", "chatParticipants");
|
|
105
|
+
const isAnyChatPhoto = /* @__PURE__ */ _isAny("chatPhotoEmpty", "chatPhoto");
|
|
106
|
+
const isAnyMessage = /* @__PURE__ */ _isAny("messageEmpty", "message", "messageService");
|
|
107
|
+
const isAnyMessageMedia = /* @__PURE__ */ _isAny("messageMediaEmpty", "messageMediaPhoto", "messageMediaGeo", "messageMediaContact", "messageMediaUnsupported", "messageMediaDocument", "messageMediaWebPage", "messageMediaVenue", "messageMediaGame", "messageMediaInvoice", "messageMediaGeoLive", "messageMediaPoll", "messageMediaDice", "messageMediaStory", "messageMediaGiveaway", "messageMediaGiveawayResults", "messageMediaPaidMedia", "messageMediaToDo", "messageMediaVideoStream");
|
|
108
|
+
const isAnyMessageAction = /* @__PURE__ */ _isAny("messageActionEmpty", "messageActionChatCreate", "messageActionChatEditTitle", "messageActionChatEditPhoto", "messageActionChatDeletePhoto", "messageActionChatAddUser", "messageActionChatDeleteUser", "messageActionChatJoinedByLink", "messageActionChannelCreate", "messageActionChatMigrateTo", "messageActionChannelMigrateFrom", "messageActionPinMessage", "messageActionHistoryClear", "messageActionGameScore", "messageActionPaymentSentMe", "messageActionPaymentSent", "messageActionPhoneCall", "messageActionScreenshotTaken", "messageActionCustomAction", "messageActionBotAllowed", "messageActionSecureValuesSentMe", "messageActionSecureValuesSent", "messageActionContactSignUp", "messageActionGeoProximityReached", "messageActionGroupCall", "messageActionInviteToGroupCall", "messageActionSetMessagesTTL", "messageActionGroupCallScheduled", "messageActionSetChatTheme", "messageActionChatJoinedByRequest", "messageActionWebViewDataSentMe", "messageActionWebViewDataSent", "messageActionGiftPremium", "messageActionTopicCreate", "messageActionTopicEdit", "messageActionSuggestProfilePhoto", "messageActionRequestedPeer", "messageActionSetChatWallPaper", "messageActionGiftCode", "messageActionGiveawayLaunch", "messageActionGiveawayResults", "messageActionBoostApply", "messageActionRequestedPeerSentMe", "messageActionPaymentRefunded", "messageActionGiftStars", "messageActionPrizeStars", "messageActionStarGift", "messageActionStarGiftUnique", "messageActionPaidMessagesRefunded", "messageActionPaidMessagesPrice", "messageActionConferenceCall", "messageActionTodoCompletions", "messageActionTodoAppendTasks", "messageActionSuggestedPostApproval", "messageActionSuggestedPostSuccess", "messageActionSuggestedPostRefund", "messageActionGiftTon", "messageActionSuggestBirthday", "messageActionStarGiftPurchaseOffer", "messageActionStarGiftPurchaseOfferDeclined", "messageActionNewCreatorPending", "messageActionChangeCreator", "messageActionNoForwardsToggle", "messageActionNoForwardsRequest");
|
|
109
|
+
const isAnyDialog = /* @__PURE__ */ _isAny("dialog", "dialogFolder");
|
|
110
|
+
const isAnyPhoto = /* @__PURE__ */ _isAny("photoEmpty", "photo");
|
|
111
|
+
const isAnyPhotoSize = /* @__PURE__ */ _isAny("photoSizeEmpty", "photoSize", "photoCachedSize", "photoStrippedSize", "photoSizeProgressive", "photoPathSize");
|
|
112
|
+
const isAnyGeoPoint = /* @__PURE__ */ _isAny("geoPointEmpty", "geoPoint");
|
|
113
|
+
const isAnyInputNotifyPeer = /* @__PURE__ */ _isAny("inputNotifyPeer", "inputNotifyUsers", "inputNotifyChats", "inputNotifyBroadcasts", "inputNotifyForumTopic");
|
|
114
|
+
const isAnyInputPeerNotifySettings = /* @__PURE__ */ _isAny("inputPeerNotifySettings");
|
|
115
|
+
const isAnyPeerNotifySettings = /* @__PURE__ */ _isAny("peerNotifySettings");
|
|
116
|
+
const isAnyPeerSettings = /* @__PURE__ */ _isAny("peerSettings");
|
|
117
|
+
const isAnyWallPaper = /* @__PURE__ */ _isAny("wallPaper", "wallPaperNoFile");
|
|
118
|
+
const isAnyReportReason = /* @__PURE__ */ _isAny("inputReportReasonSpam", "inputReportReasonViolence", "inputReportReasonPornography", "inputReportReasonChildAbuse", "inputReportReasonOther", "inputReportReasonCopyright", "inputReportReasonGeoIrrelevant", "inputReportReasonFake", "inputReportReasonIllegalDrugs", "inputReportReasonPersonalDetails");
|
|
119
|
+
const isAnyUserFull = /* @__PURE__ */ _isAny("userFull");
|
|
120
|
+
const isAnyContact = /* @__PURE__ */ _isAny("contact");
|
|
121
|
+
const isAnyImportedContact = /* @__PURE__ */ _isAny("importedContact");
|
|
122
|
+
const isAnyContactStatus = /* @__PURE__ */ _isAny("contactStatus");
|
|
123
|
+
const isAnyMessagesFilter = /* @__PURE__ */ _isAny("inputMessagesFilterEmpty", "inputMessagesFilterPhotos", "inputMessagesFilterVideo", "inputMessagesFilterPhotoVideo", "inputMessagesFilterDocument", "inputMessagesFilterUrl", "inputMessagesFilterGif", "inputMessagesFilterVoice", "inputMessagesFilterMusic", "inputMessagesFilterChatPhotos", "inputMessagesFilterPhoneCalls", "inputMessagesFilterRoundVoice", "inputMessagesFilterRoundVideo", "inputMessagesFilterMyMentions", "inputMessagesFilterGeo", "inputMessagesFilterContacts", "inputMessagesFilterPinned");
|
|
124
|
+
const isAnyUpdate = /* @__PURE__ */ _isAny("updateNewMessage", "updateMessageID", "updateDeleteMessages", "updateUserTyping", "updateChatUserTyping", "updateChatParticipants", "updateUserStatus", "updateUserName", "updateNewAuthorization", "updateNewEncryptedMessage", "updateEncryptedChatTyping", "updateEncryption", "updateEncryptedMessagesRead", "updateChatParticipantAdd", "updateChatParticipantDelete", "updateDcOptions", "updateNotifySettings", "updateServiceNotification", "updatePrivacy", "updateUserPhone", "updateReadHistoryInbox", "updateReadHistoryOutbox", "updateWebPage", "updateReadMessagesContents", "updateChannelTooLong", "updateChannel", "updateNewChannelMessage", "updateReadChannelInbox", "updateDeleteChannelMessages", "updateChannelMessageViews", "updateChatParticipantAdmin", "updateNewStickerSet", "updateStickerSetsOrder", "updateStickerSets", "updateSavedGifs", "updateBotInlineQuery", "updateBotInlineSend", "updateEditChannelMessage", "updateBotCallbackQuery", "updateEditMessage", "updateInlineBotCallbackQuery", "updateReadChannelOutbox", "updateDraftMessage", "updateReadFeaturedStickers", "updateRecentStickers", "updateConfig", "updatePtsChanged", "updateChannelWebPage", "updateDialogPinned", "updatePinnedDialogs", "updateBotWebhookJSON", "updateBotWebhookJSONQuery", "updateBotShippingQuery", "updateBotPrecheckoutQuery", "updatePhoneCall", "updateLangPackTooLong", "updateLangPack", "updateFavedStickers", "updateChannelReadMessagesContents", "updateContactsReset", "updateChannelAvailableMessages", "updateDialogUnreadMark", "updateMessagePoll", "updateChatDefaultBannedRights", "updateFolderPeers", "updatePeerSettings", "updatePeerLocated", "updateNewScheduledMessage", "updateDeleteScheduledMessages", "updateTheme", "updateGeoLiveViewed", "updateLoginToken", "updateMessagePollVote", "updateDialogFilter", "updateDialogFilterOrder", "updateDialogFilters", "updatePhoneCallSignalingData", "updateChannelMessageForwards", "updateReadChannelDiscussionInbox", "updateReadChannelDiscussionOutbox", "updatePeerBlocked", "updateChannelUserTyping", "updatePinnedMessages", "updatePinnedChannelMessages", "updateChat", "updateGroupCallParticipants", "updateGroupCall", "updatePeerHistoryTTL", "updateChatParticipant", "updateChannelParticipant", "updateBotStopped", "updateGroupCallConnection", "updateBotCommands", "updatePendingJoinRequests", "updateBotChatInviteRequester", "updateMessageReactions", "updateAttachMenuBots", "updateWebViewResultSent", "updateBotMenuButton", "updateSavedRingtones", "updateTranscribedAudio", "updateReadFeaturedEmojiStickers", "updateUserEmojiStatus", "updateRecentEmojiStatuses", "updateRecentReactions", "updateMoveStickerSetToTop", "updateMessageExtendedMedia", "updateUser", "updateAutoSaveSettings", "updateStory", "updateReadStories", "updateStoryID", "updateStoriesStealthMode", "updateSentStoryReaction", "updateBotChatBoost", "updateChannelViewForumAsMessages", "updatePeerWallpaper", "updateBotMessageReaction", "updateBotMessageReactions", "updateSavedDialogPinned", "updatePinnedSavedDialogs", "updateSavedReactionTags", "updateSmsJob", "updateQuickReplies", "updateNewQuickReply", "updateDeleteQuickReply", "updateQuickReplyMessage", "updateDeleteQuickReplyMessages", "updateBotBusinessConnect", "updateBotNewBusinessMessage", "updateBotEditBusinessMessage", "updateBotDeleteBusinessMessage", "updateNewStoryReaction", "updateStarsBalance", "updateBusinessBotCallbackQuery", "updateStarsRevenueStatus", "updateBotPurchasedPaidMedia", "updatePaidReactionPrivacy", "updateSentPhoneCode", "updateGroupCallChainBlocks", "updateReadMonoForumInbox", "updateReadMonoForumOutbox", "updateMonoForumNoPaidException", "updateGroupCallMessage", "updateGroupCallEncryptedMessage", "updatePinnedForumTopic", "updatePinnedForumTopics", "updateDeleteGroupCallMessages", "updateStarGiftAuctionState", "updateStarGiftAuctionUserState", "updateEmojiGameInfo", "updateStarGiftCraftFail", "updateChatParticipantRank", "updateChannelPinnedTopic", "updateChannelPinnedTopics", "mtcute.dummyUpdate");
|
|
125
|
+
const isAnyUpdates = /* @__PURE__ */ _isAny("updatesTooLong", "updateShortMessage", "updateShortChatMessage", "updateShort", "updatesCombined", "updates", "updateShortSentMessage");
|
|
126
|
+
const isAnyDcOption = /* @__PURE__ */ _isAny("dcOption");
|
|
127
|
+
const isAnyConfig = /* @__PURE__ */ _isAny("config");
|
|
128
|
+
const isAnyNearestDc = /* @__PURE__ */ _isAny("nearestDc");
|
|
129
|
+
const isAnyEncryptedChat = /* @__PURE__ */ _isAny("encryptedChatEmpty", "encryptedChatWaiting", "encryptedChatRequested", "encryptedChat", "encryptedChatDiscarded");
|
|
130
|
+
const isAnyInputEncryptedChat = /* @__PURE__ */ _isAny("inputEncryptedChat");
|
|
131
|
+
const isAnyEncryptedFile = /* @__PURE__ */ _isAny("encryptedFileEmpty", "encryptedFile");
|
|
132
|
+
const isAnyInputEncryptedFile = /* @__PURE__ */ _isAny("inputEncryptedFileEmpty", "inputEncryptedFileUploaded", "inputEncryptedFile", "inputEncryptedFileBigUploaded");
|
|
133
|
+
const isAnyEncryptedMessage = /* @__PURE__ */ _isAny("encryptedMessage", "encryptedMessageService");
|
|
134
|
+
const isAnyInputDocument = /* @__PURE__ */ _isAny("inputDocumentEmpty", "inputDocument");
|
|
135
|
+
const isAnyDocument = /* @__PURE__ */ _isAny("documentEmpty", "document");
|
|
136
|
+
const isAnyNotifyPeer = /* @__PURE__ */ _isAny("notifyPeer", "notifyUsers", "notifyChats", "notifyBroadcasts", "notifyForumTopic");
|
|
137
|
+
const isAnySendMessageAction = /* @__PURE__ */ _isAny("sendMessageTypingAction", "sendMessageCancelAction", "sendMessageRecordVideoAction", "sendMessageUploadVideoAction", "sendMessageRecordAudioAction", "sendMessageUploadAudioAction", "sendMessageUploadPhotoAction", "sendMessageUploadDocumentAction", "sendMessageGeoLocationAction", "sendMessageChooseContactAction", "sendMessageGamePlayAction", "sendMessageRecordRoundAction", "sendMessageUploadRoundAction", "speakingInGroupCallAction", "sendMessageHistoryImportAction", "sendMessageChooseStickerAction", "sendMessageEmojiInteraction", "sendMessageEmojiInteractionSeen", "sendMessageTextDraftAction");
|
|
138
|
+
const isAnyInputPrivacyKey = /* @__PURE__ */ _isAny("inputPrivacyKeyStatusTimestamp", "inputPrivacyKeyChatInvite", "inputPrivacyKeyPhoneCall", "inputPrivacyKeyPhoneP2P", "inputPrivacyKeyForwards", "inputPrivacyKeyProfilePhoto", "inputPrivacyKeyPhoneNumber", "inputPrivacyKeyAddedByPhone", "inputPrivacyKeyVoiceMessages", "inputPrivacyKeyAbout", "inputPrivacyKeyBirthday", "inputPrivacyKeyStarGiftsAutoSave", "inputPrivacyKeyNoPaidMessages", "inputPrivacyKeySavedMusic");
|
|
139
|
+
const isAnyPrivacyKey = /* @__PURE__ */ _isAny("privacyKeyStatusTimestamp", "privacyKeyChatInvite", "privacyKeyPhoneCall", "privacyKeyPhoneP2P", "privacyKeyForwards", "privacyKeyProfilePhoto", "privacyKeyPhoneNumber", "privacyKeyAddedByPhone", "privacyKeyVoiceMessages", "privacyKeyAbout", "privacyKeyBirthday", "privacyKeyStarGiftsAutoSave", "privacyKeyNoPaidMessages", "privacyKeySavedMusic");
|
|
140
|
+
const isAnyInputPrivacyRule = /* @__PURE__ */ _isAny("inputPrivacyValueAllowContacts", "inputPrivacyValueAllowAll", "inputPrivacyValueAllowUsers", "inputPrivacyValueDisallowContacts", "inputPrivacyValueDisallowAll", "inputPrivacyValueDisallowUsers", "inputPrivacyValueAllowChatParticipants", "inputPrivacyValueDisallowChatParticipants", "inputPrivacyValueAllowCloseFriends", "inputPrivacyValueAllowPremium", "inputPrivacyValueAllowBots", "inputPrivacyValueDisallowBots");
|
|
141
|
+
const isAnyPrivacyRule = /* @__PURE__ */ _isAny("privacyValueAllowContacts", "privacyValueAllowAll", "privacyValueAllowUsers", "privacyValueDisallowContacts", "privacyValueDisallowAll", "privacyValueDisallowUsers", "privacyValueAllowChatParticipants", "privacyValueDisallowChatParticipants", "privacyValueAllowCloseFriends", "privacyValueAllowPremium", "privacyValueAllowBots", "privacyValueDisallowBots");
|
|
142
|
+
const isAnyAccountDaysTTL = /* @__PURE__ */ _isAny("accountDaysTTL");
|
|
143
|
+
const isAnyDocumentAttribute = /* @__PURE__ */ _isAny("documentAttributeImageSize", "documentAttributeAnimated", "documentAttributeSticker", "documentAttributeVideo", "documentAttributeAudio", "documentAttributeFilename", "documentAttributeHasStickers", "documentAttributeCustomEmoji");
|
|
144
|
+
const isAnyStickerPack = /* @__PURE__ */ _isAny("stickerPack");
|
|
145
|
+
const isAnyWebPage = /* @__PURE__ */ _isAny("webPageEmpty", "webPagePending", "webPage", "webPageNotModified");
|
|
146
|
+
const isAnyAuthorization = /* @__PURE__ */ _isAny("authorization");
|
|
147
|
+
const isAnyReceivedNotifyMessage = /* @__PURE__ */ _isAny("receivedNotifyMessage");
|
|
148
|
+
const isAnyExportedChatInvite = /* @__PURE__ */ _isAny("chatInviteExported", "chatInvitePublicJoinRequests");
|
|
149
|
+
const isAnyChatInvite = /* @__PURE__ */ _isAny("chatInviteAlready", "chatInvite", "chatInvitePeek");
|
|
150
|
+
const isAnyInputStickerSet = /* @__PURE__ */ _isAny("inputStickerSetEmpty", "inputStickerSetID", "inputStickerSetShortName", "inputStickerSetAnimatedEmoji", "inputStickerSetDice", "inputStickerSetAnimatedEmojiAnimations", "inputStickerSetPremiumGifts", "inputStickerSetEmojiGenericAnimations", "inputStickerSetEmojiDefaultStatuses", "inputStickerSetEmojiDefaultTopicIcons", "inputStickerSetEmojiChannelDefaultStatuses", "inputStickerSetTonGifts");
|
|
151
|
+
const isAnyStickerSet = /* @__PURE__ */ _isAny("stickerSet");
|
|
152
|
+
const isAnyBotCommand = /* @__PURE__ */ _isAny("botCommand");
|
|
153
|
+
const isAnyBotInfo = /* @__PURE__ */ _isAny("botInfo");
|
|
154
|
+
const isAnyKeyboardButton = /* @__PURE__ */ _isAny("keyboardButton", "keyboardButtonUrl", "keyboardButtonCallback", "keyboardButtonRequestPhone", "keyboardButtonRequestGeoLocation", "keyboardButtonSwitchInline", "keyboardButtonGame", "keyboardButtonBuy", "keyboardButtonUrlAuth", "inputKeyboardButtonUrlAuth", "keyboardButtonRequestPoll", "inputKeyboardButtonUserProfile", "keyboardButtonUserProfile", "keyboardButtonWebView", "keyboardButtonSimpleWebView", "keyboardButtonRequestPeer", "inputKeyboardButtonRequestPeer", "keyboardButtonCopy");
|
|
155
|
+
const isAnyKeyboardButtonRow = /* @__PURE__ */ _isAny("keyboardButtonRow");
|
|
156
|
+
const isAnyReplyMarkup = /* @__PURE__ */ _isAny("replyKeyboardHide", "replyKeyboardForceReply", "replyKeyboardMarkup", "replyInlineMarkup");
|
|
157
|
+
const isAnyMessageEntity = /* @__PURE__ */ _isAny("messageEntityUnknown", "messageEntityMention", "messageEntityHashtag", "messageEntityBotCommand", "messageEntityUrl", "messageEntityEmail", "messageEntityBold", "messageEntityItalic", "messageEntityCode", "messageEntityPre", "messageEntityTextUrl", "messageEntityMentionName", "inputMessageEntityMentionName", "messageEntityPhone", "messageEntityCashtag", "messageEntityUnderline", "messageEntityStrike", "messageEntityBankCard", "messageEntitySpoiler", "messageEntityCustomEmoji", "messageEntityBlockquote", "messageEntityFormattedDate");
|
|
158
|
+
const isAnyInputChannel = /* @__PURE__ */ _isAny("inputChannelEmpty", "inputChannel", "inputChannelFromMessage");
|
|
159
|
+
const isAnyMessageRange = /* @__PURE__ */ _isAny("messageRange");
|
|
160
|
+
const isAnyChannelMessagesFilter = /* @__PURE__ */ _isAny("channelMessagesFilterEmpty", "channelMessagesFilter");
|
|
161
|
+
const isAnyChannelParticipant = /* @__PURE__ */ _isAny("channelParticipant", "channelParticipantSelf", "channelParticipantCreator", "channelParticipantAdmin", "channelParticipantBanned", "channelParticipantLeft");
|
|
162
|
+
const isAnyChannelParticipantsFilter = /* @__PURE__ */ _isAny("channelParticipantsRecent", "channelParticipantsAdmins", "channelParticipantsKicked", "channelParticipantsBots", "channelParticipantsBanned", "channelParticipantsSearch", "channelParticipantsContacts", "channelParticipantsMentions");
|
|
163
|
+
const isAnyInputBotInlineMessage = /* @__PURE__ */ _isAny("inputBotInlineMessageMediaAuto", "inputBotInlineMessageText", "inputBotInlineMessageMediaGeo", "inputBotInlineMessageMediaVenue", "inputBotInlineMessageMediaContact", "inputBotInlineMessageGame", "inputBotInlineMessageMediaInvoice", "inputBotInlineMessageMediaWebPage");
|
|
164
|
+
const isAnyInputBotInlineResult = /* @__PURE__ */ _isAny("inputBotInlineResult", "inputBotInlineResultPhoto", "inputBotInlineResultDocument", "inputBotInlineResultGame");
|
|
165
|
+
const isAnyBotInlineMessage = /* @__PURE__ */ _isAny("botInlineMessageMediaAuto", "botInlineMessageText", "botInlineMessageMediaGeo", "botInlineMessageMediaVenue", "botInlineMessageMediaContact", "botInlineMessageMediaInvoice", "botInlineMessageMediaWebPage");
|
|
166
|
+
const isAnyBotInlineResult = /* @__PURE__ */ _isAny("botInlineResult", "botInlineMediaResult");
|
|
167
|
+
const isAnyExportedMessageLink = /* @__PURE__ */ _isAny("exportedMessageLink");
|
|
168
|
+
const isAnyMessageFwdHeader = /* @__PURE__ */ _isAny("messageFwdHeader");
|
|
169
|
+
const isAnyInputBotInlineMessageID = /* @__PURE__ */ _isAny("inputBotInlineMessageID", "inputBotInlineMessageID64");
|
|
170
|
+
const isAnyInlineBotSwitchPM = /* @__PURE__ */ _isAny("inlineBotSwitchPM");
|
|
171
|
+
const isAnyTopPeer = /* @__PURE__ */ _isAny("topPeer");
|
|
172
|
+
const isAnyTopPeerCategory = /* @__PURE__ */ _isAny("topPeerCategoryBotsPM", "topPeerCategoryBotsInline", "topPeerCategoryCorrespondents", "topPeerCategoryGroups", "topPeerCategoryChannels", "topPeerCategoryPhoneCalls", "topPeerCategoryForwardUsers", "topPeerCategoryForwardChats", "topPeerCategoryBotsApp");
|
|
173
|
+
const isAnyTopPeerCategoryPeers = /* @__PURE__ */ _isAny("topPeerCategoryPeers");
|
|
174
|
+
const isAnyDraftMessage = /* @__PURE__ */ _isAny("draftMessageEmpty", "draftMessage");
|
|
175
|
+
const isAnyStickerSetCovered = /* @__PURE__ */ _isAny("stickerSetCovered", "stickerSetMultiCovered", "stickerSetFullCovered", "stickerSetNoCovered");
|
|
176
|
+
const isAnyMaskCoords = /* @__PURE__ */ _isAny("maskCoords");
|
|
177
|
+
const isAnyInputStickeredMedia = /* @__PURE__ */ _isAny("inputStickeredMediaPhoto", "inputStickeredMediaDocument");
|
|
178
|
+
const isAnyGame = /* @__PURE__ */ _isAny("game");
|
|
179
|
+
const isAnyInputGame = /* @__PURE__ */ _isAny("inputGameID", "inputGameShortName");
|
|
180
|
+
const isAnyHighScore = /* @__PURE__ */ _isAny("highScore");
|
|
181
|
+
const isAnyRichText = /* @__PURE__ */ _isAny("textEmpty", "textPlain", "textBold", "textItalic", "textUnderline", "textStrike", "textFixed", "textUrl", "textEmail", "textConcat", "textSubscript", "textSuperscript", "textMarked", "textPhone", "textImage", "textAnchor");
|
|
182
|
+
const isAnyPageBlock = /* @__PURE__ */ _isAny("pageBlockUnsupported", "pageBlockTitle", "pageBlockSubtitle", "pageBlockAuthorDate", "pageBlockHeader", "pageBlockSubheader", "pageBlockParagraph", "pageBlockPreformatted", "pageBlockFooter", "pageBlockDivider", "pageBlockAnchor", "pageBlockList", "pageBlockBlockquote", "pageBlockPullquote", "pageBlockPhoto", "pageBlockVideo", "pageBlockCover", "pageBlockEmbed", "pageBlockEmbedPost", "pageBlockCollage", "pageBlockSlideshow", "pageBlockChannel", "pageBlockAudio", "pageBlockKicker", "pageBlockTable", "pageBlockOrderedList", "pageBlockDetails", "pageBlockRelatedArticles", "pageBlockMap");
|
|
183
|
+
const isAnyPhoneCallDiscardReason = /* @__PURE__ */ _isAny("phoneCallDiscardReasonMissed", "phoneCallDiscardReasonDisconnect", "phoneCallDiscardReasonHangup", "phoneCallDiscardReasonBusy", "phoneCallDiscardReasonMigrateConferenceCall");
|
|
184
|
+
const isAnyDataJSON = /* @__PURE__ */ _isAny("dataJSON");
|
|
185
|
+
const isAnyLabeledPrice = /* @__PURE__ */ _isAny("labeledPrice");
|
|
186
|
+
const isAnyInvoice = /* @__PURE__ */ _isAny("invoice");
|
|
187
|
+
const isAnyPaymentCharge = /* @__PURE__ */ _isAny("paymentCharge");
|
|
188
|
+
const isAnyPostAddress = /* @__PURE__ */ _isAny("postAddress");
|
|
189
|
+
const isAnyPaymentRequestedInfo = /* @__PURE__ */ _isAny("paymentRequestedInfo");
|
|
190
|
+
const isAnyPaymentSavedCredentials = /* @__PURE__ */ _isAny("paymentSavedCredentialsCard");
|
|
191
|
+
const isAnyWebDocument = /* @__PURE__ */ _isAny("webDocument", "webDocumentNoProxy");
|
|
192
|
+
const isAnyInputWebDocument = /* @__PURE__ */ _isAny("inputWebDocument");
|
|
193
|
+
const isAnyInputWebFileLocation = /* @__PURE__ */ _isAny("inputWebFileLocation", "inputWebFileGeoPointLocation", "inputWebFileAudioAlbumThumbLocation");
|
|
194
|
+
const isAnyInputPaymentCredentials = /* @__PURE__ */ _isAny("inputPaymentCredentialsSaved", "inputPaymentCredentials", "inputPaymentCredentialsApplePay", "inputPaymentCredentialsGooglePay");
|
|
195
|
+
const isAnyShippingOption = /* @__PURE__ */ _isAny("shippingOption");
|
|
196
|
+
const isAnyInputStickerSetItem = /* @__PURE__ */ _isAny("inputStickerSetItem");
|
|
197
|
+
const isAnyInputPhoneCall = /* @__PURE__ */ _isAny("inputPhoneCall");
|
|
198
|
+
const isAnyPhoneCall = /* @__PURE__ */ _isAny("phoneCallEmpty", "phoneCallWaiting", "phoneCallRequested", "phoneCallAccepted", "phoneCall", "phoneCallDiscarded");
|
|
199
|
+
const isAnyPhoneConnection = /* @__PURE__ */ _isAny("phoneConnection", "phoneConnectionWebrtc");
|
|
200
|
+
const isAnyPhoneCallProtocol = /* @__PURE__ */ _isAny("phoneCallProtocol");
|
|
201
|
+
const isAnyCdnPublicKey = /* @__PURE__ */ _isAny("cdnPublicKey");
|
|
202
|
+
const isAnyCdnConfig = /* @__PURE__ */ _isAny("cdnConfig");
|
|
203
|
+
const isAnyLangPackString = /* @__PURE__ */ _isAny("langPackString", "langPackStringPluralized", "langPackStringDeleted");
|
|
204
|
+
const isAnyLangPackDifference = /* @__PURE__ */ _isAny("langPackDifference");
|
|
205
|
+
const isAnyLangPackLanguage = /* @__PURE__ */ _isAny("langPackLanguage");
|
|
206
|
+
const isAnyChannelAdminLogEventAction = /* @__PURE__ */ _isAny("channelAdminLogEventActionChangeTitle", "channelAdminLogEventActionChangeAbout", "channelAdminLogEventActionChangeUsername", "channelAdminLogEventActionChangePhoto", "channelAdminLogEventActionToggleInvites", "channelAdminLogEventActionToggleSignatures", "channelAdminLogEventActionUpdatePinned", "channelAdminLogEventActionEditMessage", "channelAdminLogEventActionDeleteMessage", "channelAdminLogEventActionParticipantJoin", "channelAdminLogEventActionParticipantLeave", "channelAdminLogEventActionParticipantInvite", "channelAdminLogEventActionParticipantToggleBan", "channelAdminLogEventActionParticipantToggleAdmin", "channelAdminLogEventActionChangeStickerSet", "channelAdminLogEventActionTogglePreHistoryHidden", "channelAdminLogEventActionDefaultBannedRights", "channelAdminLogEventActionStopPoll", "channelAdminLogEventActionChangeLinkedChat", "channelAdminLogEventActionChangeLocation", "channelAdminLogEventActionToggleSlowMode", "channelAdminLogEventActionStartGroupCall", "channelAdminLogEventActionDiscardGroupCall", "channelAdminLogEventActionParticipantMute", "channelAdminLogEventActionParticipantUnmute", "channelAdminLogEventActionToggleGroupCallSetting", "channelAdminLogEventActionParticipantJoinByInvite", "channelAdminLogEventActionExportedInviteDelete", "channelAdminLogEventActionExportedInviteRevoke", "channelAdminLogEventActionExportedInviteEdit", "channelAdminLogEventActionParticipantVolume", "channelAdminLogEventActionChangeHistoryTTL", "channelAdminLogEventActionParticipantJoinByRequest", "channelAdminLogEventActionToggleNoForwards", "channelAdminLogEventActionSendMessage", "channelAdminLogEventActionChangeAvailableReactions", "channelAdminLogEventActionChangeUsernames", "channelAdminLogEventActionToggleForum", "channelAdminLogEventActionCreateTopic", "channelAdminLogEventActionEditTopic", "channelAdminLogEventActionDeleteTopic", "channelAdminLogEventActionPinTopic", "channelAdminLogEventActionToggleAntiSpam", "channelAdminLogEventActionChangePeerColor", "channelAdminLogEventActionChangeProfilePeerColor", "channelAdminLogEventActionChangeWallpaper", "channelAdminLogEventActionChangeEmojiStatus", "channelAdminLogEventActionChangeEmojiStickerSet", "channelAdminLogEventActionToggleSignatureProfiles", "channelAdminLogEventActionParticipantSubExtend", "channelAdminLogEventActionToggleAutotranslation", "channelAdminLogEventActionParticipantEditRank");
|
|
207
|
+
const isAnyChannelAdminLogEvent = /* @__PURE__ */ _isAny("channelAdminLogEvent");
|
|
208
|
+
const isAnyChannelAdminLogEventsFilter = /* @__PURE__ */ _isAny("channelAdminLogEventsFilter");
|
|
209
|
+
const isAnyPopularContact = /* @__PURE__ */ _isAny("popularContact");
|
|
210
|
+
const isAnyRecentMeUrl = /* @__PURE__ */ _isAny("recentMeUrlUnknown", "recentMeUrlUser", "recentMeUrlChat", "recentMeUrlChatInvite", "recentMeUrlStickerSet");
|
|
211
|
+
const isAnyInputSingleMedia = /* @__PURE__ */ _isAny("inputSingleMedia");
|
|
212
|
+
const isAnyWebAuthorization = /* @__PURE__ */ _isAny("webAuthorization");
|
|
213
|
+
const isAnyInputMessage = /* @__PURE__ */ _isAny("inputMessageID", "inputMessageReplyTo", "inputMessagePinned", "inputMessageCallbackQuery");
|
|
214
|
+
const isAnyInputDialogPeer = /* @__PURE__ */ _isAny("inputDialogPeer", "inputDialogPeerFolder");
|
|
215
|
+
const isAnyDialogPeer = /* @__PURE__ */ _isAny("dialogPeer", "dialogPeerFolder");
|
|
216
|
+
const isAnyFileHash = /* @__PURE__ */ _isAny("fileHash");
|
|
217
|
+
const isAnyInputClientProxy = /* @__PURE__ */ _isAny("inputClientProxy");
|
|
218
|
+
const isAnyInputSecureFile = /* @__PURE__ */ _isAny("inputSecureFileUploaded", "inputSecureFile");
|
|
219
|
+
const isAnySecureFile = /* @__PURE__ */ _isAny("secureFileEmpty", "secureFile");
|
|
220
|
+
const isAnySecureData = /* @__PURE__ */ _isAny("secureData");
|
|
221
|
+
const isAnySecurePlainData = /* @__PURE__ */ _isAny("securePlainPhone", "securePlainEmail");
|
|
222
|
+
const isAnySecureValueType = /* @__PURE__ */ _isAny("secureValueTypePersonalDetails", "secureValueTypePassport", "secureValueTypeDriverLicense", "secureValueTypeIdentityCard", "secureValueTypeInternalPassport", "secureValueTypeAddress", "secureValueTypeUtilityBill", "secureValueTypeBankStatement", "secureValueTypeRentalAgreement", "secureValueTypePassportRegistration", "secureValueTypeTemporaryRegistration", "secureValueTypePhone", "secureValueTypeEmail");
|
|
223
|
+
const isAnySecureValue = /* @__PURE__ */ _isAny("secureValue");
|
|
224
|
+
const isAnyInputSecureValue = /* @__PURE__ */ _isAny("inputSecureValue");
|
|
225
|
+
const isAnySecureValueHash = /* @__PURE__ */ _isAny("secureValueHash");
|
|
226
|
+
const isAnySecureValueError = /* @__PURE__ */ _isAny("secureValueErrorData", "secureValueErrorFrontSide", "secureValueErrorReverseSide", "secureValueErrorSelfie", "secureValueErrorFile", "secureValueErrorFiles", "secureValueError", "secureValueErrorTranslationFile", "secureValueErrorTranslationFiles");
|
|
227
|
+
const isAnySecureCredentialsEncrypted = /* @__PURE__ */ _isAny("secureCredentialsEncrypted");
|
|
228
|
+
const isAnySavedContact = /* @__PURE__ */ _isAny("savedPhoneContact");
|
|
229
|
+
const isAnyPasswordKdfAlgo = /* @__PURE__ */ _isAny("passwordKdfAlgoUnknown", "passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow");
|
|
230
|
+
const isAnySecurePasswordKdfAlgo = /* @__PURE__ */ _isAny("securePasswordKdfAlgoUnknown", "securePasswordKdfAlgoPBKDF2HMACSHA512iter100000", "securePasswordKdfAlgoSHA512");
|
|
231
|
+
const isAnySecureSecretSettings = /* @__PURE__ */ _isAny("secureSecretSettings");
|
|
232
|
+
const isAnyInputCheckPasswordSRP = /* @__PURE__ */ _isAny("inputCheckPasswordEmpty", "inputCheckPasswordSRP");
|
|
233
|
+
const isAnySecureRequiredType = /* @__PURE__ */ _isAny("secureRequiredType", "secureRequiredTypeOneOf");
|
|
234
|
+
const isAnyInputAppEvent = /* @__PURE__ */ _isAny("inputAppEvent");
|
|
235
|
+
const isAnyJSONObjectValue = /* @__PURE__ */ _isAny("jsonObjectValue");
|
|
236
|
+
const isAnyJSONValue = /* @__PURE__ */ _isAny("jsonNull", "jsonBool", "jsonNumber", "jsonString", "jsonArray", "jsonObject");
|
|
237
|
+
const isAnyPageTableCell = /* @__PURE__ */ _isAny("pageTableCell");
|
|
238
|
+
const isAnyPageTableRow = /* @__PURE__ */ _isAny("pageTableRow");
|
|
239
|
+
const isAnyPageCaption = /* @__PURE__ */ _isAny("pageCaption");
|
|
240
|
+
const isAnyPageListItem = /* @__PURE__ */ _isAny("pageListItemText", "pageListItemBlocks");
|
|
241
|
+
const isAnyPageListOrderedItem = /* @__PURE__ */ _isAny("pageListOrderedItemText", "pageListOrderedItemBlocks");
|
|
242
|
+
const isAnyPageRelatedArticle = /* @__PURE__ */ _isAny("pageRelatedArticle");
|
|
243
|
+
const isAnyPage = /* @__PURE__ */ _isAny("page");
|
|
244
|
+
const isAnyPollAnswer = /* @__PURE__ */ _isAny("pollAnswer");
|
|
245
|
+
const isAnyPoll = /* @__PURE__ */ _isAny("poll");
|
|
246
|
+
const isAnyPollAnswerVoters = /* @__PURE__ */ _isAny("pollAnswerVoters");
|
|
247
|
+
const isAnyPollResults = /* @__PURE__ */ _isAny("pollResults");
|
|
248
|
+
const isAnyChatOnlines = /* @__PURE__ */ _isAny("chatOnlines");
|
|
249
|
+
const isAnyStatsURL = /* @__PURE__ */ _isAny("statsURL");
|
|
250
|
+
const isAnyChatAdminRights = /* @__PURE__ */ _isAny("chatAdminRights");
|
|
251
|
+
const isAnyChatBannedRights = /* @__PURE__ */ _isAny("chatBannedRights");
|
|
252
|
+
const isAnyInputWallPaper = /* @__PURE__ */ _isAny("inputWallPaper", "inputWallPaperSlug", "inputWallPaperNoFile");
|
|
253
|
+
const isAnyCodeSettings = /* @__PURE__ */ _isAny("codeSettings");
|
|
254
|
+
const isAnyWallPaperSettings = /* @__PURE__ */ _isAny("wallPaperSettings");
|
|
255
|
+
const isAnyAutoDownloadSettings = /* @__PURE__ */ _isAny("autoDownloadSettings");
|
|
256
|
+
const isAnyEmojiKeyword = /* @__PURE__ */ _isAny("emojiKeyword", "emojiKeywordDeleted");
|
|
257
|
+
const isAnyEmojiKeywordsDifference = /* @__PURE__ */ _isAny("emojiKeywordsDifference");
|
|
258
|
+
const isAnyEmojiURL = /* @__PURE__ */ _isAny("emojiURL");
|
|
259
|
+
const isAnyEmojiLanguage = /* @__PURE__ */ _isAny("emojiLanguage");
|
|
260
|
+
const isAnyFolder = /* @__PURE__ */ _isAny("folder");
|
|
261
|
+
const isAnyInputFolderPeer = /* @__PURE__ */ _isAny("inputFolderPeer");
|
|
262
|
+
const isAnyFolderPeer = /* @__PURE__ */ _isAny("folderPeer");
|
|
263
|
+
const isAnyUrlAuthResult = /* @__PURE__ */ _isAny("urlAuthResultRequest", "urlAuthResultAccepted", "urlAuthResultDefault");
|
|
264
|
+
const isAnyChannelLocation = /* @__PURE__ */ _isAny("channelLocationEmpty", "channelLocation");
|
|
265
|
+
const isAnyPeerLocated = /* @__PURE__ */ _isAny("peerLocated", "peerSelfLocated");
|
|
266
|
+
const isAnyRestrictionReason = /* @__PURE__ */ _isAny("restrictionReason");
|
|
267
|
+
const isAnyInputTheme = /* @__PURE__ */ _isAny("inputTheme", "inputThemeSlug");
|
|
268
|
+
const isAnyTheme = /* @__PURE__ */ _isAny("theme");
|
|
269
|
+
const isAnyBaseTheme = /* @__PURE__ */ _isAny("baseThemeClassic", "baseThemeDay", "baseThemeNight", "baseThemeTinted", "baseThemeArctic");
|
|
270
|
+
const isAnyInputThemeSettings = /* @__PURE__ */ _isAny("inputThemeSettings");
|
|
271
|
+
const isAnyThemeSettings = /* @__PURE__ */ _isAny("themeSettings");
|
|
272
|
+
const isAnyWebPageAttribute = /* @__PURE__ */ _isAny("webPageAttributeTheme", "webPageAttributeStory", "webPageAttributeStickerSet", "webPageAttributeUniqueStarGift", "webPageAttributeStarGiftCollection", "webPageAttributeStarGiftAuction");
|
|
273
|
+
const isAnyBankCardOpenUrl = /* @__PURE__ */ _isAny("bankCardOpenUrl");
|
|
274
|
+
const isAnyDialogFilter = /* @__PURE__ */ _isAny("dialogFilter", "dialogFilterDefault", "dialogFilterChatlist");
|
|
275
|
+
const isAnyDialogFilterSuggested = /* @__PURE__ */ _isAny("dialogFilterSuggested");
|
|
276
|
+
const isAnyStatsDateRangeDays = /* @__PURE__ */ _isAny("statsDateRangeDays");
|
|
277
|
+
const isAnyStatsAbsValueAndPrev = /* @__PURE__ */ _isAny("statsAbsValueAndPrev");
|
|
278
|
+
const isAnyStatsPercentValue = /* @__PURE__ */ _isAny("statsPercentValue");
|
|
279
|
+
const isAnyStatsGraph = /* @__PURE__ */ _isAny("statsGraphAsync", "statsGraphError", "statsGraph");
|
|
280
|
+
const isAnyVideoSize = /* @__PURE__ */ _isAny("videoSize", "videoSizeEmojiMarkup", "videoSizeStickerMarkup");
|
|
281
|
+
const isAnyStatsGroupTopPoster = /* @__PURE__ */ _isAny("statsGroupTopPoster");
|
|
282
|
+
const isAnyStatsGroupTopAdmin = /* @__PURE__ */ _isAny("statsGroupTopAdmin");
|
|
283
|
+
const isAnyStatsGroupTopInviter = /* @__PURE__ */ _isAny("statsGroupTopInviter");
|
|
284
|
+
const isAnyGlobalPrivacySettings = /* @__PURE__ */ _isAny("globalPrivacySettings");
|
|
285
|
+
const isAnyMessageViews = /* @__PURE__ */ _isAny("messageViews");
|
|
286
|
+
const isAnyMessageReplyHeader = /* @__PURE__ */ _isAny("messageReplyHeader", "messageReplyStoryHeader");
|
|
287
|
+
const isAnyMessageReplies = /* @__PURE__ */ _isAny("messageReplies");
|
|
288
|
+
const isAnyPeerBlocked = /* @__PURE__ */ _isAny("peerBlocked");
|
|
289
|
+
const isAnyGroupCall = /* @__PURE__ */ _isAny("groupCallDiscarded", "groupCall");
|
|
290
|
+
const isAnyInputGroupCall = /* @__PURE__ */ _isAny("inputGroupCall", "inputGroupCallSlug", "inputGroupCallInviteMessage");
|
|
291
|
+
const isAnyGroupCallParticipant = /* @__PURE__ */ _isAny("groupCallParticipant");
|
|
292
|
+
const isAnyInlineQueryPeerType = /* @__PURE__ */ _isAny("inlineQueryPeerTypeSameBotPM", "inlineQueryPeerTypePM", "inlineQueryPeerTypeChat", "inlineQueryPeerTypeMegagroup", "inlineQueryPeerTypeBroadcast", "inlineQueryPeerTypeBotPM");
|
|
293
|
+
const isAnyChatInviteImporter = /* @__PURE__ */ _isAny("chatInviteImporter");
|
|
294
|
+
const isAnyChatAdminWithInvites = /* @__PURE__ */ _isAny("chatAdminWithInvites");
|
|
295
|
+
const isAnyGroupCallParticipantVideoSourceGroup = /* @__PURE__ */ _isAny("groupCallParticipantVideoSourceGroup");
|
|
296
|
+
const isAnyGroupCallParticipantVideo = /* @__PURE__ */ _isAny("groupCallParticipantVideo");
|
|
297
|
+
const isAnyBotCommandScope = /* @__PURE__ */ _isAny("botCommandScopeDefault", "botCommandScopeUsers", "botCommandScopeChats", "botCommandScopeChatAdmins", "botCommandScopePeer", "botCommandScopePeerAdmins", "botCommandScopePeerUser");
|
|
298
|
+
const isAnyChatTheme = /* @__PURE__ */ _isAny("chatTheme", "chatThemeUniqueGift");
|
|
299
|
+
const isAnySponsoredMessage = /* @__PURE__ */ _isAny("sponsoredMessage");
|
|
300
|
+
const isAnySearchResultsCalendarPeriod = /* @__PURE__ */ _isAny("searchResultsCalendarPeriod");
|
|
301
|
+
const isAnySearchResultsPosition = /* @__PURE__ */ _isAny("searchResultPosition");
|
|
302
|
+
const isAnyReactionCount = /* @__PURE__ */ _isAny("reactionCount");
|
|
303
|
+
const isAnyMessageReactions = /* @__PURE__ */ _isAny("messageReactions");
|
|
304
|
+
const isAnyAvailableReaction = /* @__PURE__ */ _isAny("availableReaction");
|
|
305
|
+
const isAnyMessagePeerReaction = /* @__PURE__ */ _isAny("messagePeerReaction");
|
|
306
|
+
const isAnyGroupCallStreamChannel = /* @__PURE__ */ _isAny("groupCallStreamChannel");
|
|
307
|
+
const isAnyAttachMenuBotIconColor = /* @__PURE__ */ _isAny("attachMenuBotIconColor");
|
|
308
|
+
const isAnyAttachMenuBotIcon = /* @__PURE__ */ _isAny("attachMenuBotIcon");
|
|
309
|
+
const isAnyAttachMenuBot = /* @__PURE__ */ _isAny("attachMenuBot");
|
|
310
|
+
const isAnyAttachMenuBots = /* @__PURE__ */ _isAny("attachMenuBotsNotModified", "attachMenuBots");
|
|
311
|
+
const isAnyAttachMenuBotsBot = /* @__PURE__ */ _isAny("attachMenuBotsBot");
|
|
312
|
+
const isAnyWebViewResult = /* @__PURE__ */ _isAny("webViewResultUrl");
|
|
313
|
+
const isAnyWebViewMessageSent = /* @__PURE__ */ _isAny("webViewMessageSent");
|
|
314
|
+
const isAnyBotMenuButton = /* @__PURE__ */ _isAny("botMenuButtonDefault", "botMenuButtonCommands", "botMenuButton");
|
|
315
|
+
const isAnyNotificationSound = /* @__PURE__ */ _isAny("notificationSoundDefault", "notificationSoundNone", "notificationSoundLocal", "notificationSoundRingtone");
|
|
316
|
+
const isAnyAttachMenuPeerType = /* @__PURE__ */ _isAny("attachMenuPeerTypeSameBotPM", "attachMenuPeerTypeBotPM", "attachMenuPeerTypePM", "attachMenuPeerTypeChat", "attachMenuPeerTypeBroadcast");
|
|
317
|
+
const isAnyInputInvoice = /* @__PURE__ */ _isAny("inputInvoiceMessage", "inputInvoiceSlug", "inputInvoicePremiumGiftCode", "inputInvoiceStars", "inputInvoiceChatInviteSubscription", "inputInvoiceStarGift", "inputInvoiceStarGiftUpgrade", "inputInvoiceStarGiftTransfer", "inputInvoicePremiumGiftStars", "inputInvoiceBusinessBotTransferStars", "inputInvoiceStarGiftResale", "inputInvoiceStarGiftPrepaidUpgrade", "inputInvoicePremiumAuthCode", "inputInvoiceStarGiftDropOriginalDetails", "inputInvoiceStarGiftAuctionBid");
|
|
318
|
+
const isAnyInputStorePaymentPurpose = /* @__PURE__ */ _isAny("inputStorePaymentPremiumSubscription", "inputStorePaymentGiftPremium", "inputStorePaymentPremiumGiftCode", "inputStorePaymentPremiumGiveaway", "inputStorePaymentStarsTopup", "inputStorePaymentStarsGift", "inputStorePaymentStarsGiveaway", "inputStorePaymentAuthCode");
|
|
319
|
+
const isAnyPaymentFormMethod = /* @__PURE__ */ _isAny("paymentFormMethod");
|
|
320
|
+
const isAnyEmojiStatus = /* @__PURE__ */ _isAny("emojiStatusEmpty", "emojiStatus", "emojiStatusCollectible", "inputEmojiStatusCollectible");
|
|
321
|
+
const isAnyReaction = /* @__PURE__ */ _isAny("reactionEmpty", "reactionEmoji", "reactionCustomEmoji", "reactionPaid");
|
|
322
|
+
const isAnyChatReactions = /* @__PURE__ */ _isAny("chatReactionsNone", "chatReactionsAll", "chatReactionsSome");
|
|
323
|
+
const isAnyEmailVerifyPurpose = /* @__PURE__ */ _isAny("emailVerifyPurposeLoginSetup", "emailVerifyPurposeLoginChange", "emailVerifyPurposePassport");
|
|
324
|
+
const isAnyEmailVerification = /* @__PURE__ */ _isAny("emailVerificationCode", "emailVerificationGoogle", "emailVerificationApple");
|
|
325
|
+
const isAnyPremiumSubscriptionOption = /* @__PURE__ */ _isAny("premiumSubscriptionOption");
|
|
326
|
+
const isAnySendAsPeer = /* @__PURE__ */ _isAny("sendAsPeer");
|
|
327
|
+
const isAnyMessageExtendedMedia = /* @__PURE__ */ _isAny("messageExtendedMediaPreview", "messageExtendedMedia");
|
|
328
|
+
const isAnyStickerKeyword = /* @__PURE__ */ _isAny("stickerKeyword");
|
|
329
|
+
const isAnyUsername = /* @__PURE__ */ _isAny("username");
|
|
330
|
+
const isAnyForumTopic = /* @__PURE__ */ _isAny("forumTopicDeleted", "forumTopic");
|
|
331
|
+
const isAnyDefaultHistoryTTL = /* @__PURE__ */ _isAny("defaultHistoryTTL");
|
|
332
|
+
const isAnyExportedContactToken = /* @__PURE__ */ _isAny("exportedContactToken");
|
|
333
|
+
const isAnyRequestPeerType = /* @__PURE__ */ _isAny("requestPeerTypeUser", "requestPeerTypeChat", "requestPeerTypeBroadcast");
|
|
334
|
+
const isAnyEmojiList = /* @__PURE__ */ _isAny("emojiListNotModified", "emojiList");
|
|
335
|
+
const isAnyEmojiGroup = /* @__PURE__ */ _isAny("emojiGroup", "emojiGroupGreeting", "emojiGroupPremium");
|
|
336
|
+
const isAnyTextWithEntities = /* @__PURE__ */ _isAny("textWithEntities");
|
|
337
|
+
const isAnyAutoSaveSettings = /* @__PURE__ */ _isAny("autoSaveSettings");
|
|
338
|
+
const isAnyAutoSaveException = /* @__PURE__ */ _isAny("autoSaveException");
|
|
339
|
+
const isAnyInputBotApp = /* @__PURE__ */ _isAny("inputBotAppID", "inputBotAppShortName");
|
|
340
|
+
const isAnyBotApp = /* @__PURE__ */ _isAny("botAppNotModified", "botApp");
|
|
341
|
+
const isAnyInlineBotWebView = /* @__PURE__ */ _isAny("inlineBotWebView");
|
|
342
|
+
const isAnyReadParticipantDate = /* @__PURE__ */ _isAny("readParticipantDate");
|
|
343
|
+
const isAnyInputChatlist = /* @__PURE__ */ _isAny("inputChatlistDialogFilter");
|
|
344
|
+
const isAnyExportedChatlistInvite = /* @__PURE__ */ _isAny("exportedChatlistInvite");
|
|
345
|
+
const isAnyMessagePeerVote = /* @__PURE__ */ _isAny("messagePeerVote", "messagePeerVoteInputOption", "messagePeerVoteMultiple");
|
|
346
|
+
const isAnyStoryViews = /* @__PURE__ */ _isAny("storyViews");
|
|
347
|
+
const isAnyStoryItem = /* @__PURE__ */ _isAny("storyItemDeleted", "storyItemSkipped", "storyItem");
|
|
348
|
+
const isAnyStoryView = /* @__PURE__ */ _isAny("storyView", "storyViewPublicForward", "storyViewPublicRepost");
|
|
349
|
+
const isAnyInputReplyTo = /* @__PURE__ */ _isAny("inputReplyToMessage", "inputReplyToStory", "inputReplyToMonoForum");
|
|
350
|
+
const isAnyExportedStoryLink = /* @__PURE__ */ _isAny("exportedStoryLink");
|
|
351
|
+
const isAnyStoriesStealthMode = /* @__PURE__ */ _isAny("storiesStealthMode");
|
|
352
|
+
const isAnyMediaAreaCoordinates = /* @__PURE__ */ _isAny("mediaAreaCoordinates");
|
|
353
|
+
const isAnyMediaArea = /* @__PURE__ */ _isAny("mediaAreaVenue", "inputMediaAreaVenue", "mediaAreaGeoPoint", "mediaAreaSuggestedReaction", "mediaAreaChannelPost", "inputMediaAreaChannelPost", "mediaAreaUrl", "mediaAreaWeather", "mediaAreaStarGift");
|
|
354
|
+
const isAnyPeerStories = /* @__PURE__ */ _isAny("peerStories");
|
|
355
|
+
const isAnyPremiumGiftCodeOption = /* @__PURE__ */ _isAny("premiumGiftCodeOption");
|
|
356
|
+
const isAnyPrepaidGiveaway = /* @__PURE__ */ _isAny("prepaidGiveaway", "prepaidStarsGiveaway");
|
|
357
|
+
const isAnyBoost = /* @__PURE__ */ _isAny("boost");
|
|
358
|
+
const isAnyMyBoost = /* @__PURE__ */ _isAny("myBoost");
|
|
359
|
+
const isAnyStoryFwdHeader = /* @__PURE__ */ _isAny("storyFwdHeader");
|
|
360
|
+
const isAnyPostInteractionCounters = /* @__PURE__ */ _isAny("postInteractionCountersMessage", "postInteractionCountersStory");
|
|
361
|
+
const isAnyPublicForward = /* @__PURE__ */ _isAny("publicForwardMessage", "publicForwardStory");
|
|
362
|
+
const isAnyPeerColor = /* @__PURE__ */ _isAny("peerColor", "peerColorCollectible", "inputPeerColorCollectible");
|
|
363
|
+
const isAnyStoryReaction = /* @__PURE__ */ _isAny("storyReaction", "storyReactionPublicForward", "storyReactionPublicRepost");
|
|
364
|
+
const isAnySavedDialog = /* @__PURE__ */ _isAny("savedDialog", "monoForumDialog");
|
|
365
|
+
const isAnySavedReactionTag = /* @__PURE__ */ _isAny("savedReactionTag");
|
|
366
|
+
const isAnyOutboxReadDate = /* @__PURE__ */ _isAny("outboxReadDate");
|
|
367
|
+
const isAnySmsJob = /* @__PURE__ */ _isAny("smsJob");
|
|
368
|
+
const isAnyBusinessWeeklyOpen = /* @__PURE__ */ _isAny("businessWeeklyOpen");
|
|
369
|
+
const isAnyBusinessWorkHours = /* @__PURE__ */ _isAny("businessWorkHours");
|
|
370
|
+
const isAnyBusinessLocation = /* @__PURE__ */ _isAny("businessLocation");
|
|
371
|
+
const isAnyInputBusinessRecipients = /* @__PURE__ */ _isAny("inputBusinessRecipients");
|
|
372
|
+
const isAnyBusinessRecipients = /* @__PURE__ */ _isAny("businessRecipients");
|
|
373
|
+
const isAnyBusinessAwayMessageSchedule = /* @__PURE__ */ _isAny("businessAwayMessageScheduleAlways", "businessAwayMessageScheduleOutsideWorkHours", "businessAwayMessageScheduleCustom");
|
|
374
|
+
const isAnyInputBusinessGreetingMessage = /* @__PURE__ */ _isAny("inputBusinessGreetingMessage");
|
|
375
|
+
const isAnyBusinessGreetingMessage = /* @__PURE__ */ _isAny("businessGreetingMessage");
|
|
376
|
+
const isAnyInputBusinessAwayMessage = /* @__PURE__ */ _isAny("inputBusinessAwayMessage");
|
|
377
|
+
const isAnyBusinessAwayMessage = /* @__PURE__ */ _isAny("businessAwayMessage");
|
|
378
|
+
const isAnyTimezone = /* @__PURE__ */ _isAny("timezone");
|
|
379
|
+
const isAnyQuickReply = /* @__PURE__ */ _isAny("quickReply");
|
|
380
|
+
const isAnyInputQuickReplyShortcut = /* @__PURE__ */ _isAny("inputQuickReplyShortcut", "inputQuickReplyShortcutId");
|
|
381
|
+
const isAnyConnectedBot = /* @__PURE__ */ _isAny("connectedBot");
|
|
382
|
+
const isAnyBirthday = /* @__PURE__ */ _isAny("birthday");
|
|
383
|
+
const isAnyBotBusinessConnection = /* @__PURE__ */ _isAny("botBusinessConnection");
|
|
384
|
+
const isAnyInputBusinessIntro = /* @__PURE__ */ _isAny("inputBusinessIntro");
|
|
385
|
+
const isAnyBusinessIntro = /* @__PURE__ */ _isAny("businessIntro");
|
|
386
|
+
const isAnyInputCollectible = /* @__PURE__ */ _isAny("inputCollectibleUsername", "inputCollectiblePhone");
|
|
387
|
+
const isAnyInputBusinessBotRecipients = /* @__PURE__ */ _isAny("inputBusinessBotRecipients");
|
|
388
|
+
const isAnyBusinessBotRecipients = /* @__PURE__ */ _isAny("businessBotRecipients");
|
|
389
|
+
const isAnyContactBirthday = /* @__PURE__ */ _isAny("contactBirthday");
|
|
390
|
+
const isAnyMissingInvitee = /* @__PURE__ */ _isAny("missingInvitee");
|
|
391
|
+
const isAnyInputBusinessChatLink = /* @__PURE__ */ _isAny("inputBusinessChatLink");
|
|
392
|
+
const isAnyBusinessChatLink = /* @__PURE__ */ _isAny("businessChatLink");
|
|
393
|
+
const isAnyRequestedPeer = /* @__PURE__ */ _isAny("requestedPeerUser", "requestedPeerChat", "requestedPeerChannel");
|
|
394
|
+
const isAnySponsoredMessageReportOption = /* @__PURE__ */ _isAny("sponsoredMessageReportOption");
|
|
395
|
+
const isAnyReactionNotificationsFrom = /* @__PURE__ */ _isAny("reactionNotificationsFromContacts", "reactionNotificationsFromAll");
|
|
396
|
+
const isAnyReactionsNotifySettings = /* @__PURE__ */ _isAny("reactionsNotifySettings");
|
|
397
|
+
const isAnyAvailableEffect = /* @__PURE__ */ _isAny("availableEffect");
|
|
398
|
+
const isAnyFactCheck = /* @__PURE__ */ _isAny("factCheck");
|
|
399
|
+
const isAnyStarsTransactionPeer = /* @__PURE__ */ _isAny("starsTransactionPeerUnsupported", "starsTransactionPeerAppStore", "starsTransactionPeerPlayMarket", "starsTransactionPeerPremiumBot", "starsTransactionPeerFragment", "starsTransactionPeer", "starsTransactionPeerAds", "starsTransactionPeerAPI");
|
|
400
|
+
const isAnyStarsTopupOption = /* @__PURE__ */ _isAny("starsTopupOption");
|
|
401
|
+
const isAnyStarsTransaction = /* @__PURE__ */ _isAny("starsTransaction");
|
|
402
|
+
const isAnyFoundStory = /* @__PURE__ */ _isAny("foundStory");
|
|
403
|
+
const isAnyGeoPointAddress = /* @__PURE__ */ _isAny("geoPointAddress");
|
|
404
|
+
const isAnyStarsRevenueStatus = /* @__PURE__ */ _isAny("starsRevenueStatus");
|
|
405
|
+
const isAnyInputStarsTransaction = /* @__PURE__ */ _isAny("inputStarsTransaction");
|
|
406
|
+
const isAnyStarsGiftOption = /* @__PURE__ */ _isAny("starsGiftOption");
|
|
407
|
+
const isAnyBotPreviewMedia = /* @__PURE__ */ _isAny("botPreviewMedia");
|
|
408
|
+
const isAnyStarsSubscriptionPricing = /* @__PURE__ */ _isAny("starsSubscriptionPricing");
|
|
409
|
+
const isAnyStarsSubscription = /* @__PURE__ */ _isAny("starsSubscription");
|
|
410
|
+
const isAnyMessageReactor = /* @__PURE__ */ _isAny("messageReactor");
|
|
411
|
+
const isAnyStarsGiveawayOption = /* @__PURE__ */ _isAny("starsGiveawayOption");
|
|
412
|
+
const isAnyStarsGiveawayWinnersOption = /* @__PURE__ */ _isAny("starsGiveawayWinnersOption");
|
|
413
|
+
const isAnyStarGift = /* @__PURE__ */ _isAny("starGift", "starGiftUnique");
|
|
414
|
+
const isAnyMessageReportOption = /* @__PURE__ */ _isAny("messageReportOption");
|
|
415
|
+
const isAnyReportResult = /* @__PURE__ */ _isAny("reportResultChooseOption", "reportResultAddComment", "reportResultReported");
|
|
416
|
+
const isAnyBotAppSettings = /* @__PURE__ */ _isAny("botAppSettings");
|
|
417
|
+
const isAnyStarRefProgram = /* @__PURE__ */ _isAny("starRefProgram");
|
|
418
|
+
const isAnyConnectedBotStarRef = /* @__PURE__ */ _isAny("connectedBotStarRef");
|
|
419
|
+
const isAnyStarsAmount = /* @__PURE__ */ _isAny("starsAmount", "starsTonAmount");
|
|
420
|
+
const isAnyBotVerifierSettings = /* @__PURE__ */ _isAny("botVerifierSettings");
|
|
421
|
+
const isAnyBotVerification = /* @__PURE__ */ _isAny("botVerification");
|
|
422
|
+
const isAnyStarGiftAttribute = /* @__PURE__ */ _isAny("starGiftAttributeModel", "starGiftAttributePattern", "starGiftAttributeBackdrop", "starGiftAttributeOriginalDetails");
|
|
423
|
+
const isAnySavedStarGift = /* @__PURE__ */ _isAny("savedStarGift");
|
|
424
|
+
const isAnyInputSavedStarGift = /* @__PURE__ */ _isAny("inputSavedStarGiftUser", "inputSavedStarGiftChat", "inputSavedStarGiftSlug");
|
|
425
|
+
const isAnyPaidReactionPrivacy = /* @__PURE__ */ _isAny("paidReactionPrivacyDefault", "paidReactionPrivacyAnonymous", "paidReactionPrivacyPeer");
|
|
426
|
+
const isAnyRequirementToContact = /* @__PURE__ */ _isAny("requirementToContactEmpty", "requirementToContactPremium", "requirementToContactPaidMessages");
|
|
427
|
+
const isAnyBusinessBotRights = /* @__PURE__ */ _isAny("businessBotRights");
|
|
428
|
+
const isAnyDisallowedGiftsSettings = /* @__PURE__ */ _isAny("disallowedGiftsSettings");
|
|
429
|
+
const isAnySponsoredPeer = /* @__PURE__ */ _isAny("sponsoredPeer");
|
|
430
|
+
const isAnyStarGiftAttributeId = /* @__PURE__ */ _isAny("starGiftAttributeIdModel", "starGiftAttributeIdPattern", "starGiftAttributeIdBackdrop");
|
|
431
|
+
const isAnyStarGiftAttributeCounter = /* @__PURE__ */ _isAny("starGiftAttributeCounter");
|
|
432
|
+
const isAnyPendingSuggestion = /* @__PURE__ */ _isAny("pendingSuggestion");
|
|
433
|
+
const isAnyTodoItem = /* @__PURE__ */ _isAny("todoItem");
|
|
434
|
+
const isAnyTodoList = /* @__PURE__ */ _isAny("todoList");
|
|
435
|
+
const isAnyTodoCompletion = /* @__PURE__ */ _isAny("todoCompletion");
|
|
436
|
+
const isAnySuggestedPost = /* @__PURE__ */ _isAny("suggestedPost");
|
|
437
|
+
const isAnyStarsRating = /* @__PURE__ */ _isAny("starsRating");
|
|
438
|
+
const isAnyStarGiftCollection = /* @__PURE__ */ _isAny("starGiftCollection");
|
|
439
|
+
const isAnyStoryAlbum = /* @__PURE__ */ _isAny("storyAlbum");
|
|
440
|
+
const isAnySearchPostsFlood = /* @__PURE__ */ _isAny("searchPostsFlood");
|
|
441
|
+
const isAnyProfileTab = /* @__PURE__ */ _isAny("profileTabPosts", "profileTabGifts", "profileTabMedia", "profileTabFiles", "profileTabMusic", "profileTabVoice", "profileTabLinks", "profileTabGifs");
|
|
442
|
+
const isAnyInputChatTheme = /* @__PURE__ */ _isAny("inputChatThemeEmpty", "inputChatTheme", "inputChatThemeUniqueGift");
|
|
443
|
+
const isAnyStarGiftUpgradePrice = /* @__PURE__ */ _isAny("starGiftUpgradePrice");
|
|
444
|
+
const isAnyGroupCallMessage = /* @__PURE__ */ _isAny("groupCallMessage");
|
|
445
|
+
const isAnyGroupCallDonor = /* @__PURE__ */ _isAny("groupCallDonor");
|
|
446
|
+
const isAnyRecentStory = /* @__PURE__ */ _isAny("recentStory");
|
|
447
|
+
const isAnyAuctionBidLevel = /* @__PURE__ */ _isAny("auctionBidLevel");
|
|
448
|
+
const isAnyStarGiftAuctionState = /* @__PURE__ */ _isAny("starGiftAuctionStateNotModified", "starGiftAuctionState", "starGiftAuctionStateFinished");
|
|
449
|
+
const isAnyStarGiftAuctionUserState = /* @__PURE__ */ _isAny("starGiftAuctionUserState");
|
|
450
|
+
const isAnyStarGiftAuctionAcquiredGift = /* @__PURE__ */ _isAny("starGiftAuctionAcquiredGift");
|
|
451
|
+
const isAnyStarGiftActiveAuctionState = /* @__PURE__ */ _isAny("starGiftActiveAuctionState");
|
|
452
|
+
const isAnyInputStarGiftAuction = /* @__PURE__ */ _isAny("inputStarGiftAuction", "inputStarGiftAuctionSlug");
|
|
453
|
+
const isAnyPasskey = /* @__PURE__ */ _isAny("passkey");
|
|
454
|
+
const isAnyInputPasskeyResponse = /* @__PURE__ */ _isAny("inputPasskeyResponseRegister", "inputPasskeyResponseLogin");
|
|
455
|
+
const isAnyInputPasskeyCredential = /* @__PURE__ */ _isAny("inputPasskeyCredentialPublicKey", "inputPasskeyCredentialFirebasePNV");
|
|
456
|
+
const isAnyStarGiftBackground = /* @__PURE__ */ _isAny("starGiftBackground");
|
|
457
|
+
const isAnyStarGiftAuctionRound = /* @__PURE__ */ _isAny("starGiftAuctionRound", "starGiftAuctionRoundExtendable");
|
|
458
|
+
const isAnyStarGiftAttributeRarity = /* @__PURE__ */ _isAny("starGiftAttributeRarity", "starGiftAttributeRarityUncommon", "starGiftAttributeRarityRare", "starGiftAttributeRarityEpic", "starGiftAttributeRarityLegendary");
|
|
459
|
+
const isAnyKeyboardButtonStyle = /* @__PURE__ */ _isAny("keyboardButtonStyle");
|
|
460
|
+
const isAnyStorage_FileType = /* @__PURE__ */ _isAny("storage.fileUnknown", "storage.filePartial", "storage.fileJpeg", "storage.fileGif", "storage.filePng", "storage.filePdf", "storage.fileMp3", "storage.fileMov", "storage.fileMp4", "storage.fileWebp");
|
|
461
|
+
const isAnyAuth_SentCode = /* @__PURE__ */ _isAny("auth.sentCode", "auth.sentCodeSuccess", "auth.sentCodePaymentRequired");
|
|
462
|
+
const isAnyAuth_Authorization = /* @__PURE__ */ _isAny("auth.authorization", "auth.authorizationSignUpRequired");
|
|
463
|
+
const isAnyAuth_ExportedAuthorization = /* @__PURE__ */ _isAny("auth.exportedAuthorization");
|
|
464
|
+
const isAnyAuth_PasswordRecovery = /* @__PURE__ */ _isAny("auth.passwordRecovery");
|
|
465
|
+
const isAnyAuth_CodeType = /* @__PURE__ */ _isAny("auth.codeTypeSms", "auth.codeTypeCall", "auth.codeTypeFlashCall", "auth.codeTypeMissedCall", "auth.codeTypeFragmentSms");
|
|
466
|
+
const isAnyAuth_SentCodeType = /* @__PURE__ */ _isAny("auth.sentCodeTypeApp", "auth.sentCodeTypeSms", "auth.sentCodeTypeCall", "auth.sentCodeTypeFlashCall", "auth.sentCodeTypeMissedCall", "auth.sentCodeTypeEmailCode", "auth.sentCodeTypeSetUpEmailRequired", "auth.sentCodeTypeFragmentSms", "auth.sentCodeTypeFirebaseSms", "auth.sentCodeTypeSmsWord", "auth.sentCodeTypeSmsPhrase");
|
|
467
|
+
const isAnyAuth_LoginToken = /* @__PURE__ */ _isAny("auth.loginToken", "auth.loginTokenMigrateTo", "auth.loginTokenSuccess");
|
|
468
|
+
const isAnyAuth_LoggedOut = /* @__PURE__ */ _isAny("auth.loggedOut");
|
|
469
|
+
const isAnyAuth_PasskeyLoginOptions = /* @__PURE__ */ _isAny("auth.passkeyLoginOptions");
|
|
470
|
+
const isAnyContacts_Contacts = /* @__PURE__ */ _isAny("contacts.contactsNotModified", "contacts.contacts");
|
|
471
|
+
const isAnyContacts_ImportedContacts = /* @__PURE__ */ _isAny("contacts.importedContacts");
|
|
472
|
+
const isAnyContacts_Blocked = /* @__PURE__ */ _isAny("contacts.blocked", "contacts.blockedSlice");
|
|
473
|
+
const isAnyContacts_Found = /* @__PURE__ */ _isAny("contacts.found");
|
|
474
|
+
const isAnyContacts_ResolvedPeer = /* @__PURE__ */ _isAny("contacts.resolvedPeer");
|
|
475
|
+
const isAnyContacts_TopPeers = /* @__PURE__ */ _isAny("contacts.topPeersNotModified", "contacts.topPeers", "contacts.topPeersDisabled");
|
|
476
|
+
const isAnyContacts_ContactBirthdays = /* @__PURE__ */ _isAny("contacts.contactBirthdays");
|
|
477
|
+
const isAnyContacts_SponsoredPeers = /* @__PURE__ */ _isAny("contacts.sponsoredPeersEmpty", "contacts.sponsoredPeers");
|
|
478
|
+
const isAnyMessages_Dialogs = /* @__PURE__ */ _isAny("messages.dialogs", "messages.dialogsSlice", "messages.dialogsNotModified");
|
|
479
|
+
const isAnyMessages_Messages = /* @__PURE__ */ _isAny("messages.messages", "messages.messagesSlice", "messages.channelMessages", "messages.messagesNotModified");
|
|
480
|
+
const isAnyMessages_Chats = /* @__PURE__ */ _isAny("messages.chats", "messages.chatsSlice");
|
|
481
|
+
const isAnyMessages_ChatFull = /* @__PURE__ */ _isAny("messages.chatFull");
|
|
482
|
+
const isAnyMessages_AffectedHistory = /* @__PURE__ */ _isAny("messages.affectedHistory");
|
|
483
|
+
const isAnyMessages_DhConfig = /* @__PURE__ */ _isAny("messages.dhConfigNotModified", "messages.dhConfig");
|
|
484
|
+
const isAnyMessages_SentEncryptedMessage = /* @__PURE__ */ _isAny("messages.sentEncryptedMessage", "messages.sentEncryptedFile");
|
|
485
|
+
const isAnyMessages_Stickers = /* @__PURE__ */ _isAny("messages.stickersNotModified", "messages.stickers");
|
|
486
|
+
const isAnyMessages_AllStickers = /* @__PURE__ */ _isAny("messages.allStickersNotModified", "messages.allStickers");
|
|
487
|
+
const isAnyMessages_AffectedMessages = /* @__PURE__ */ _isAny("messages.affectedMessages");
|
|
488
|
+
const isAnyMessages_StickerSet = /* @__PURE__ */ _isAny("messages.stickerSet", "messages.stickerSetNotModified");
|
|
489
|
+
const isAnyMessages_SavedGifs = /* @__PURE__ */ _isAny("messages.savedGifsNotModified", "messages.savedGifs");
|
|
490
|
+
const isAnyMessages_BotResults = /* @__PURE__ */ _isAny("messages.botResults");
|
|
491
|
+
const isAnyMessages_BotCallbackAnswer = /* @__PURE__ */ _isAny("messages.botCallbackAnswer");
|
|
492
|
+
const isAnyMessages_MessageEditData = /* @__PURE__ */ _isAny("messages.messageEditData");
|
|
493
|
+
const isAnyMessages_PeerDialogs = /* @__PURE__ */ _isAny("messages.peerDialogs");
|
|
494
|
+
const isAnyMessages_FeaturedStickers = /* @__PURE__ */ _isAny("messages.featuredStickersNotModified", "messages.featuredStickers");
|
|
495
|
+
const isAnyMessages_RecentStickers = /* @__PURE__ */ _isAny("messages.recentStickersNotModified", "messages.recentStickers");
|
|
496
|
+
const isAnyMessages_ArchivedStickers = /* @__PURE__ */ _isAny("messages.archivedStickers");
|
|
497
|
+
const isAnyMessages_StickerSetInstallResult = /* @__PURE__ */ _isAny("messages.stickerSetInstallResultSuccess", "messages.stickerSetInstallResultArchive");
|
|
498
|
+
const isAnyMessages_HighScores = /* @__PURE__ */ _isAny("messages.highScores");
|
|
499
|
+
const isAnyMessages_FavedStickers = /* @__PURE__ */ _isAny("messages.favedStickersNotModified", "messages.favedStickers");
|
|
500
|
+
const isAnyMessages_FoundStickerSets = /* @__PURE__ */ _isAny("messages.foundStickerSetsNotModified", "messages.foundStickerSets");
|
|
501
|
+
const isAnyMessages_SearchCounter = /* @__PURE__ */ _isAny("messages.searchCounter");
|
|
502
|
+
const isAnyMessages_InactiveChats = /* @__PURE__ */ _isAny("messages.inactiveChats");
|
|
503
|
+
const isAnyMessages_VotesList = /* @__PURE__ */ _isAny("messages.votesList");
|
|
504
|
+
const isAnyMessages_MessageViews = /* @__PURE__ */ _isAny("messages.messageViews");
|
|
505
|
+
const isAnyMessages_DiscussionMessage = /* @__PURE__ */ _isAny("messages.discussionMessage");
|
|
506
|
+
const isAnyMessages_HistoryImport = /* @__PURE__ */ _isAny("messages.historyImport");
|
|
507
|
+
const isAnyMessages_HistoryImportParsed = /* @__PURE__ */ _isAny("messages.historyImportParsed");
|
|
508
|
+
const isAnyMessages_AffectedFoundMessages = /* @__PURE__ */ _isAny("messages.affectedFoundMessages");
|
|
509
|
+
const isAnyMessages_ExportedChatInvites = /* @__PURE__ */ _isAny("messages.exportedChatInvites");
|
|
510
|
+
const isAnyMessages_ExportedChatInvite = /* @__PURE__ */ _isAny("messages.exportedChatInvite", "messages.exportedChatInviteReplaced");
|
|
511
|
+
const isAnyMessages_ChatInviteImporters = /* @__PURE__ */ _isAny("messages.chatInviteImporters");
|
|
512
|
+
const isAnyMessages_ChatAdminsWithInvites = /* @__PURE__ */ _isAny("messages.chatAdminsWithInvites");
|
|
513
|
+
const isAnyMessages_CheckedHistoryImportPeer = /* @__PURE__ */ _isAny("messages.checkedHistoryImportPeer");
|
|
514
|
+
const isAnyMessages_SponsoredMessages = /* @__PURE__ */ _isAny("messages.sponsoredMessages", "messages.sponsoredMessagesEmpty");
|
|
515
|
+
const isAnyMessages_SearchResultsCalendar = /* @__PURE__ */ _isAny("messages.searchResultsCalendar");
|
|
516
|
+
const isAnyMessages_SearchResultsPositions = /* @__PURE__ */ _isAny("messages.searchResultsPositions");
|
|
517
|
+
const isAnyMessages_PeerSettings = /* @__PURE__ */ _isAny("messages.peerSettings");
|
|
518
|
+
const isAnyMessages_MessageReactionsList = /* @__PURE__ */ _isAny("messages.messageReactionsList");
|
|
519
|
+
const isAnyMessages_AvailableReactions = /* @__PURE__ */ _isAny("messages.availableReactionsNotModified", "messages.availableReactions");
|
|
520
|
+
const isAnyMessages_TranscribedAudio = /* @__PURE__ */ _isAny("messages.transcribedAudio");
|
|
521
|
+
const isAnyMessages_Reactions = /* @__PURE__ */ _isAny("messages.reactionsNotModified", "messages.reactions");
|
|
522
|
+
const isAnyMessages_ForumTopics = /* @__PURE__ */ _isAny("messages.forumTopics");
|
|
523
|
+
const isAnyMessages_EmojiGroups = /* @__PURE__ */ _isAny("messages.emojiGroupsNotModified", "messages.emojiGroups");
|
|
524
|
+
const isAnyMessages_TranslatedText = /* @__PURE__ */ _isAny("messages.translateResult");
|
|
525
|
+
const isAnyMessages_BotApp = /* @__PURE__ */ _isAny("messages.botApp");
|
|
526
|
+
const isAnyMessages_WebPage = /* @__PURE__ */ _isAny("messages.webPage");
|
|
527
|
+
const isAnyMessages_SavedDialogs = /* @__PURE__ */ _isAny("messages.savedDialogs", "messages.savedDialogsSlice", "messages.savedDialogsNotModified");
|
|
528
|
+
const isAnyMessages_SavedReactionTags = /* @__PURE__ */ _isAny("messages.savedReactionTagsNotModified", "messages.savedReactionTags");
|
|
529
|
+
const isAnyMessages_QuickReplies = /* @__PURE__ */ _isAny("messages.quickReplies", "messages.quickRepliesNotModified");
|
|
530
|
+
const isAnyMessages_DialogFilters = /* @__PURE__ */ _isAny("messages.dialogFilters");
|
|
531
|
+
const isAnyMessages_MyStickers = /* @__PURE__ */ _isAny("messages.myStickers");
|
|
532
|
+
const isAnyMessages_InvitedUsers = /* @__PURE__ */ _isAny("messages.invitedUsers");
|
|
533
|
+
const isAnyMessages_AvailableEffects = /* @__PURE__ */ _isAny("messages.availableEffectsNotModified", "messages.availableEffects");
|
|
534
|
+
const isAnyMessages_BotPreparedInlineMessage = /* @__PURE__ */ _isAny("messages.botPreparedInlineMessage");
|
|
535
|
+
const isAnyMessages_PreparedInlineMessage = /* @__PURE__ */ _isAny("messages.preparedInlineMessage");
|
|
536
|
+
const isAnyMessages_FoundStickers = /* @__PURE__ */ _isAny("messages.foundStickersNotModified", "messages.foundStickers");
|
|
537
|
+
const isAnyMessages_WebPagePreview = /* @__PURE__ */ _isAny("messages.webPagePreview");
|
|
538
|
+
const isAnyMessages_EmojiGameOutcome = /* @__PURE__ */ _isAny("messages.emojiGameOutcome");
|
|
539
|
+
const isAnyMessages_EmojiGameInfo = /* @__PURE__ */ _isAny("messages.emojiGameUnavailable", "messages.emojiGameDiceInfo");
|
|
540
|
+
const isAnyUpdates_State = /* @__PURE__ */ _isAny("updates.state");
|
|
541
|
+
const isAnyUpdates_Difference = /* @__PURE__ */ _isAny("updates.differenceEmpty", "updates.difference", "updates.differenceSlice", "updates.differenceTooLong");
|
|
542
|
+
const isAnyUpdates_ChannelDifference = /* @__PURE__ */ _isAny("updates.channelDifferenceEmpty", "updates.channelDifferenceTooLong", "updates.channelDifference");
|
|
543
|
+
const isAnyPhotos_Photos = /* @__PURE__ */ _isAny("photos.photos", "photos.photosSlice");
|
|
544
|
+
const isAnyPhotos_Photo = /* @__PURE__ */ _isAny("photos.photo");
|
|
545
|
+
const isAnyUpload_File = /* @__PURE__ */ _isAny("upload.file", "upload.fileCdnRedirect");
|
|
546
|
+
const isAnyUpload_WebFile = /* @__PURE__ */ _isAny("upload.webFile");
|
|
547
|
+
const isAnyUpload_CdnFile = /* @__PURE__ */ _isAny("upload.cdnFileReuploadNeeded", "upload.cdnFile");
|
|
548
|
+
const isAnyHelp_AppUpdate = /* @__PURE__ */ _isAny("help.appUpdate", "help.noAppUpdate");
|
|
549
|
+
const isAnyHelp_InviteText = /* @__PURE__ */ _isAny("help.inviteText");
|
|
550
|
+
const isAnyHelp_Support = /* @__PURE__ */ _isAny("help.support");
|
|
551
|
+
const isAnyHelp_TermsOfService = /* @__PURE__ */ _isAny("help.termsOfService");
|
|
552
|
+
const isAnyHelp_RecentMeUrls = /* @__PURE__ */ _isAny("help.recentMeUrls");
|
|
553
|
+
const isAnyHelp_TermsOfServiceUpdate = /* @__PURE__ */ _isAny("help.termsOfServiceUpdateEmpty", "help.termsOfServiceUpdate");
|
|
554
|
+
const isAnyHelp_DeepLinkInfo = /* @__PURE__ */ _isAny("help.deepLinkInfoEmpty", "help.deepLinkInfo");
|
|
555
|
+
const isAnyHelp_PassportConfig = /* @__PURE__ */ _isAny("help.passportConfigNotModified", "help.passportConfig");
|
|
556
|
+
const isAnyHelp_SupportName = /* @__PURE__ */ _isAny("help.supportName");
|
|
557
|
+
const isAnyHelp_UserInfo = /* @__PURE__ */ _isAny("help.userInfoEmpty", "help.userInfo");
|
|
558
|
+
const isAnyHelp_PromoData = /* @__PURE__ */ _isAny("help.promoDataEmpty", "help.promoData");
|
|
559
|
+
const isAnyHelp_CountryCode = /* @__PURE__ */ _isAny("help.countryCode");
|
|
560
|
+
const isAnyHelp_Country = /* @__PURE__ */ _isAny("help.country");
|
|
561
|
+
const isAnyHelp_CountriesList = /* @__PURE__ */ _isAny("help.countriesListNotModified", "help.countriesList");
|
|
562
|
+
const isAnyHelp_PremiumPromo = /* @__PURE__ */ _isAny("help.premiumPromo");
|
|
563
|
+
const isAnyHelp_AppConfig = /* @__PURE__ */ _isAny("help.appConfigNotModified", "help.appConfig");
|
|
564
|
+
const isAnyHelp_PeerColorSet = /* @__PURE__ */ _isAny("help.peerColorSet", "help.peerColorProfileSet");
|
|
565
|
+
const isAnyHelp_PeerColorOption = /* @__PURE__ */ _isAny("help.peerColorOption");
|
|
566
|
+
const isAnyHelp_PeerColors = /* @__PURE__ */ _isAny("help.peerColorsNotModified", "help.peerColors");
|
|
567
|
+
const isAnyHelp_TimezonesList = /* @__PURE__ */ _isAny("help.timezonesListNotModified", "help.timezonesList");
|
|
568
|
+
const isAnyAccount_PrivacyRules = /* @__PURE__ */ _isAny("account.privacyRules");
|
|
569
|
+
const isAnyAccount_Authorizations = /* @__PURE__ */ _isAny("account.authorizations");
|
|
570
|
+
const isAnyAccount_Password = /* @__PURE__ */ _isAny("account.password");
|
|
571
|
+
const isAnyAccount_PasswordSettings = /* @__PURE__ */ _isAny("account.passwordSettings");
|
|
572
|
+
const isAnyAccount_PasswordInputSettings = /* @__PURE__ */ _isAny("account.passwordInputSettings");
|
|
573
|
+
const isAnyAccount_TmpPassword = /* @__PURE__ */ _isAny("account.tmpPassword");
|
|
574
|
+
const isAnyAccount_WebAuthorizations = /* @__PURE__ */ _isAny("account.webAuthorizations");
|
|
575
|
+
const isAnyAccount_AuthorizationForm = /* @__PURE__ */ _isAny("account.authorizationForm");
|
|
576
|
+
const isAnyAccount_SentEmailCode = /* @__PURE__ */ _isAny("account.sentEmailCode");
|
|
577
|
+
const isAnyAccount_Takeout = /* @__PURE__ */ _isAny("account.takeout");
|
|
578
|
+
const isAnyAccount_WallPapers = /* @__PURE__ */ _isAny("account.wallPapersNotModified", "account.wallPapers");
|
|
579
|
+
const isAnyAccount_AutoDownloadSettings = /* @__PURE__ */ _isAny("account.autoDownloadSettings");
|
|
580
|
+
const isAnyAccount_Themes = /* @__PURE__ */ _isAny("account.themesNotModified", "account.themes");
|
|
581
|
+
const isAnyAccount_ContentSettings = /* @__PURE__ */ _isAny("account.contentSettings");
|
|
582
|
+
const isAnyAccount_ResetPasswordResult = /* @__PURE__ */ _isAny("account.resetPasswordFailedWait", "account.resetPasswordRequestedWait", "account.resetPasswordOk");
|
|
583
|
+
const isAnyAccount_ChatThemes = /* @__PURE__ */ _isAny("account.chatThemesNotModified", "account.chatThemes");
|
|
584
|
+
const isAnyAccount_SavedRingtones = /* @__PURE__ */ _isAny("account.savedRingtonesNotModified", "account.savedRingtones");
|
|
585
|
+
const isAnyAccount_SavedRingtone = /* @__PURE__ */ _isAny("account.savedRingtone", "account.savedRingtoneConverted");
|
|
586
|
+
const isAnyAccount_EmojiStatuses = /* @__PURE__ */ _isAny("account.emojiStatusesNotModified", "account.emojiStatuses");
|
|
587
|
+
const isAnyAccount_EmailVerified = /* @__PURE__ */ _isAny("account.emailVerified", "account.emailVerifiedLogin");
|
|
588
|
+
const isAnyAccount_AutoSaveSettings = /* @__PURE__ */ _isAny("account.autoSaveSettings");
|
|
589
|
+
const isAnyAccount_ConnectedBots = /* @__PURE__ */ _isAny("account.connectedBots");
|
|
590
|
+
const isAnyAccount_BusinessChatLinks = /* @__PURE__ */ _isAny("account.businessChatLinks");
|
|
591
|
+
const isAnyAccount_ResolvedBusinessChatLinks = /* @__PURE__ */ _isAny("account.resolvedBusinessChatLinks");
|
|
592
|
+
const isAnyAccount_PaidMessagesRevenue = /* @__PURE__ */ _isAny("account.paidMessagesRevenue");
|
|
593
|
+
const isAnyAccount_SavedMusicIds = /* @__PURE__ */ _isAny("account.savedMusicIdsNotModified", "account.savedMusicIds");
|
|
594
|
+
const isAnyAccount_Passkeys = /* @__PURE__ */ _isAny("account.passkeys");
|
|
595
|
+
const isAnyAccount_PasskeyRegistrationOptions = /* @__PURE__ */ _isAny("account.passkeyRegistrationOptions");
|
|
596
|
+
const isAnyChannels_ChannelParticipants = /* @__PURE__ */ _isAny("channels.channelParticipants", "channels.channelParticipantsNotModified");
|
|
597
|
+
const isAnyChannels_ChannelParticipant = /* @__PURE__ */ _isAny("channels.channelParticipant");
|
|
598
|
+
const isAnyChannels_AdminLogResults = /* @__PURE__ */ _isAny("channels.adminLogResults");
|
|
599
|
+
const isAnyChannels_SendAsPeers = /* @__PURE__ */ _isAny("channels.sendAsPeers");
|
|
600
|
+
const isAnyChannels_SponsoredMessageReportResult = /* @__PURE__ */ _isAny("channels.sponsoredMessageReportResultChooseOption", "channels.sponsoredMessageReportResultAdsHidden", "channels.sponsoredMessageReportResultReported");
|
|
601
|
+
const isAnyPayments_PaymentForm = /* @__PURE__ */ _isAny("payments.paymentForm", "payments.paymentFormStars", "payments.paymentFormStarGift");
|
|
602
|
+
const isAnyPayments_ValidatedRequestedInfo = /* @__PURE__ */ _isAny("payments.validatedRequestedInfo");
|
|
603
|
+
const isAnyPayments_PaymentResult = /* @__PURE__ */ _isAny("payments.paymentResult", "payments.paymentVerificationNeeded");
|
|
604
|
+
const isAnyPayments_PaymentReceipt = /* @__PURE__ */ _isAny("payments.paymentReceipt", "payments.paymentReceiptStars");
|
|
605
|
+
const isAnyPayments_SavedInfo = /* @__PURE__ */ _isAny("payments.savedInfo");
|
|
606
|
+
const isAnyPayments_BankCardData = /* @__PURE__ */ _isAny("payments.bankCardData");
|
|
607
|
+
const isAnyPayments_ExportedInvoice = /* @__PURE__ */ _isAny("payments.exportedInvoice");
|
|
608
|
+
const isAnyPayments_CheckedGiftCode = /* @__PURE__ */ _isAny("payments.checkedGiftCode");
|
|
609
|
+
const isAnyPayments_GiveawayInfo = /* @__PURE__ */ _isAny("payments.giveawayInfo", "payments.giveawayInfoResults");
|
|
610
|
+
const isAnyPayments_StarsStatus = /* @__PURE__ */ _isAny("payments.starsStatus");
|
|
611
|
+
const isAnyPayments_StarsRevenueStats = /* @__PURE__ */ _isAny("payments.starsRevenueStats");
|
|
612
|
+
const isAnyPayments_StarsRevenueWithdrawalUrl = /* @__PURE__ */ _isAny("payments.starsRevenueWithdrawalUrl");
|
|
613
|
+
const isAnyPayments_StarsRevenueAdsAccountUrl = /* @__PURE__ */ _isAny("payments.starsRevenueAdsAccountUrl");
|
|
614
|
+
const isAnyPayments_StarGifts = /* @__PURE__ */ _isAny("payments.starGiftsNotModified", "payments.starGifts");
|
|
615
|
+
const isAnyPayments_ConnectedStarRefBots = /* @__PURE__ */ _isAny("payments.connectedStarRefBots");
|
|
616
|
+
const isAnyPayments_SuggestedStarRefBots = /* @__PURE__ */ _isAny("payments.suggestedStarRefBots");
|
|
617
|
+
const isAnyPayments_StarGiftUpgradePreview = /* @__PURE__ */ _isAny("payments.starGiftUpgradePreview");
|
|
618
|
+
const isAnyPayments_UniqueStarGift = /* @__PURE__ */ _isAny("payments.uniqueStarGift");
|
|
619
|
+
const isAnyPayments_SavedStarGifts = /* @__PURE__ */ _isAny("payments.savedStarGifts");
|
|
620
|
+
const isAnyPayments_StarGiftWithdrawalUrl = /* @__PURE__ */ _isAny("payments.starGiftWithdrawalUrl");
|
|
621
|
+
const isAnyPayments_ResaleStarGifts = /* @__PURE__ */ _isAny("payments.resaleStarGifts");
|
|
622
|
+
const isAnyPayments_StarGiftCollections = /* @__PURE__ */ _isAny("payments.starGiftCollectionsNotModified", "payments.starGiftCollections");
|
|
623
|
+
const isAnyPayments_UniqueStarGiftValueInfo = /* @__PURE__ */ _isAny("payments.uniqueStarGiftValueInfo");
|
|
624
|
+
const isAnyPayments_CheckCanSendGiftResult = /* @__PURE__ */ _isAny("payments.checkCanSendGiftResultOk", "payments.checkCanSendGiftResultFail");
|
|
625
|
+
const isAnyPayments_StarGiftAuctionState = /* @__PURE__ */ _isAny("payments.starGiftAuctionState");
|
|
626
|
+
const isAnyPayments_StarGiftAuctionAcquiredGifts = /* @__PURE__ */ _isAny("payments.starGiftAuctionAcquiredGifts");
|
|
627
|
+
const isAnyPayments_StarGiftActiveAuctions = /* @__PURE__ */ _isAny("payments.starGiftActiveAuctionsNotModified", "payments.starGiftActiveAuctions");
|
|
628
|
+
const isAnyPayments_StarGiftUpgradeAttributes = /* @__PURE__ */ _isAny("payments.starGiftUpgradeAttributes");
|
|
629
|
+
const isAnyPhone_PhoneCall = /* @__PURE__ */ _isAny("phone.phoneCall");
|
|
630
|
+
const isAnyPhone_GroupCall = /* @__PURE__ */ _isAny("phone.groupCall");
|
|
631
|
+
const isAnyPhone_GroupParticipants = /* @__PURE__ */ _isAny("phone.groupParticipants");
|
|
632
|
+
const isAnyPhone_JoinAsPeers = /* @__PURE__ */ _isAny("phone.joinAsPeers");
|
|
633
|
+
const isAnyPhone_ExportedGroupCallInvite = /* @__PURE__ */ _isAny("phone.exportedGroupCallInvite");
|
|
634
|
+
const isAnyPhone_GroupCallStreamChannels = /* @__PURE__ */ _isAny("phone.groupCallStreamChannels");
|
|
635
|
+
const isAnyPhone_GroupCallStreamRtmpUrl = /* @__PURE__ */ _isAny("phone.groupCallStreamRtmpUrl");
|
|
636
|
+
const isAnyPhone_GroupCallStars = /* @__PURE__ */ _isAny("phone.groupCallStars");
|
|
637
|
+
const isAnyStats_BroadcastStats = /* @__PURE__ */ _isAny("stats.broadcastStats");
|
|
638
|
+
const isAnyStats_MegagroupStats = /* @__PURE__ */ _isAny("stats.megagroupStats");
|
|
639
|
+
const isAnyStats_MessageStats = /* @__PURE__ */ _isAny("stats.messageStats");
|
|
640
|
+
const isAnyStats_StoryStats = /* @__PURE__ */ _isAny("stats.storyStats");
|
|
641
|
+
const isAnyStats_PublicForwards = /* @__PURE__ */ _isAny("stats.publicForwards");
|
|
642
|
+
const isAnyStickers_SuggestedShortName = /* @__PURE__ */ _isAny("stickers.suggestedShortName");
|
|
643
|
+
const isAnyUsers_UserFull = /* @__PURE__ */ _isAny("users.userFull");
|
|
644
|
+
const isAnyUsers_Users = /* @__PURE__ */ _isAny("users.users", "users.usersSlice");
|
|
645
|
+
const isAnyUsers_SavedMusic = /* @__PURE__ */ _isAny("users.savedMusicNotModified", "users.savedMusic");
|
|
646
|
+
const isAnyChatlists_ExportedChatlistInvite = /* @__PURE__ */ _isAny("chatlists.exportedChatlistInvite");
|
|
647
|
+
const isAnyChatlists_ExportedInvites = /* @__PURE__ */ _isAny("chatlists.exportedInvites");
|
|
648
|
+
const isAnyChatlists_ChatlistInvite = /* @__PURE__ */ _isAny("chatlists.chatlistInviteAlready", "chatlists.chatlistInvite");
|
|
649
|
+
const isAnyChatlists_ChatlistUpdates = /* @__PURE__ */ _isAny("chatlists.chatlistUpdates");
|
|
650
|
+
const isAnyBots_BotInfo = /* @__PURE__ */ _isAny("bots.botInfo");
|
|
651
|
+
const isAnyBots_PopularAppBots = /* @__PURE__ */ _isAny("bots.popularAppBots");
|
|
652
|
+
const isAnyBots_PreviewInfo = /* @__PURE__ */ _isAny("bots.previewInfo");
|
|
653
|
+
const isAnyStories_AllStories = /* @__PURE__ */ _isAny("stories.allStoriesNotModified", "stories.allStories");
|
|
654
|
+
const isAnyStories_Stories = /* @__PURE__ */ _isAny("stories.stories");
|
|
655
|
+
const isAnyStories_StoryViewsList = /* @__PURE__ */ _isAny("stories.storyViewsList");
|
|
656
|
+
const isAnyStories_StoryViews = /* @__PURE__ */ _isAny("stories.storyViews");
|
|
657
|
+
const isAnyStories_PeerStories = /* @__PURE__ */ _isAny("stories.peerStories");
|
|
658
|
+
const isAnyStories_StoryReactionsList = /* @__PURE__ */ _isAny("stories.storyReactionsList");
|
|
659
|
+
const isAnyStories_FoundStories = /* @__PURE__ */ _isAny("stories.foundStories");
|
|
660
|
+
const isAnyStories_CanSendStoryCount = /* @__PURE__ */ _isAny("stories.canSendStoryCount");
|
|
661
|
+
const isAnyStories_Albums = /* @__PURE__ */ _isAny("stories.albumsNotModified", "stories.albums");
|
|
662
|
+
const isAnyPremium_BoostsList = /* @__PURE__ */ _isAny("premium.boostsList");
|
|
663
|
+
const isAnyPremium_MyBoosts = /* @__PURE__ */ _isAny("premium.myBoosts");
|
|
664
|
+
const isAnyPremium_BoostsStatus = /* @__PURE__ */ _isAny("premium.boostsStatus");
|
|
665
|
+
const isAnySmsjobs_EligibilityToJoin = /* @__PURE__ */ _isAny("smsjobs.eligibleToJoin");
|
|
666
|
+
const isAnySmsjobs_Status = /* @__PURE__ */ _isAny("smsjobs.status");
|
|
667
|
+
const isAnyFragment_CollectibleInfo = /* @__PURE__ */ _isAny("fragment.collectibleInfo");
|
|
668
|
+
const isAnyMtcute_Update = /* @__PURE__ */ _isAny("updateNewMessage", "updateMessageID", "updateDeleteMessages", "updateUserTyping", "updateChatUserTyping", "updateChatParticipants", "updateUserStatus", "updateUserName", "updateNewAuthorization", "updateNewEncryptedMessage", "updateEncryptedChatTyping", "updateEncryption", "updateEncryptedMessagesRead", "updateChatParticipantAdd", "updateChatParticipantDelete", "updateDcOptions", "updateNotifySettings", "updateServiceNotification", "updatePrivacy", "updateUserPhone", "updateReadHistoryInbox", "updateReadHistoryOutbox", "updateWebPage", "updateReadMessagesContents", "updateChannelTooLong", "updateChannel", "updateNewChannelMessage", "updateReadChannelInbox", "updateDeleteChannelMessages", "updateChannelMessageViews", "updateChatParticipantAdmin", "updateNewStickerSet", "updateStickerSetsOrder", "updateStickerSets", "updateSavedGifs", "updateBotInlineQuery", "updateBotInlineSend", "updateEditChannelMessage", "updateBotCallbackQuery", "updateEditMessage", "updateInlineBotCallbackQuery", "updateReadChannelOutbox", "updateDraftMessage", "updateReadFeaturedStickers", "updateRecentStickers", "updateConfig", "updatePtsChanged", "updateChannelWebPage", "updateDialogPinned", "updatePinnedDialogs", "updateBotWebhookJSON", "updateBotWebhookJSONQuery", "updateBotShippingQuery", "updateBotPrecheckoutQuery", "updatePhoneCall", "updateLangPackTooLong", "updateLangPack", "updateFavedStickers", "updateChannelReadMessagesContents", "updateContactsReset", "updateChannelAvailableMessages", "updateDialogUnreadMark", "updateMessagePoll", "updateChatDefaultBannedRights", "updateFolderPeers", "updatePeerSettings", "updatePeerLocated", "updateNewScheduledMessage", "updateDeleteScheduledMessages", "updateTheme", "updateGeoLiveViewed", "updateLoginToken", "updateMessagePollVote", "updateDialogFilter", "updateDialogFilterOrder", "updateDialogFilters", "updatePhoneCallSignalingData", "updateChannelMessageForwards", "updateReadChannelDiscussionInbox", "updateReadChannelDiscussionOutbox", "updatePeerBlocked", "updateChannelUserTyping", "updatePinnedMessages", "updatePinnedChannelMessages", "updateChat", "updateGroupCallParticipants", "updateGroupCall", "updatePeerHistoryTTL", "updateChatParticipant", "updateChannelParticipant", "updateBotStopped", "updateGroupCallConnection", "updateBotCommands", "updatePendingJoinRequests", "updateBotChatInviteRequester", "updateMessageReactions", "updateAttachMenuBots", "updateWebViewResultSent", "updateBotMenuButton", "updateSavedRingtones", "updateTranscribedAudio", "updateReadFeaturedEmojiStickers", "updateUserEmojiStatus", "updateRecentEmojiStatuses", "updateRecentReactions", "updateMoveStickerSetToTop", "updateMessageExtendedMedia", "updateUser", "updateAutoSaveSettings", "updateStory", "updateReadStories", "updateStoryID", "updateStoriesStealthMode", "updateSentStoryReaction", "updateBotChatBoost", "updateChannelViewForumAsMessages", "updatePeerWallpaper", "updateBotMessageReaction", "updateBotMessageReactions", "updateSavedDialogPinned", "updatePinnedSavedDialogs", "updateSavedReactionTags", "updateSmsJob", "updateQuickReplies", "updateNewQuickReply", "updateDeleteQuickReply", "updateQuickReplyMessage", "updateDeleteQuickReplyMessages", "updateBotBusinessConnect", "updateBotNewBusinessMessage", "updateBotEditBusinessMessage", "updateBotDeleteBusinessMessage", "updateNewStoryReaction", "updateStarsBalance", "updateBusinessBotCallbackQuery", "updateStarsRevenueStatus", "updateBotPurchasedPaidMedia", "updatePaidReactionPrivacy", "updateSentPhoneCode", "updateGroupCallChainBlocks", "updateReadMonoForumInbox", "updateReadMonoForumOutbox", "updateMonoForumNoPaidException", "updateGroupCallMessage", "updateGroupCallEncryptedMessage", "updatePinnedForumTopic", "updatePinnedForumTopics", "updateDeleteGroupCallMessages", "updateStarGiftAuctionState", "updateStarGiftAuctionUserState", "updateEmojiGameInfo", "updateStarGiftCraftFail", "updateChatParticipantRank", "updateChannelPinnedTopic", "updateChannelPinnedTopics", "mtcute.dummyUpdate");
|
|
669
|
+
const isAnyMtcute_InputPeer = /* @__PURE__ */ _isAny("inputPeerEmpty", "inputPeerSelf", "inputPeerChat", "inputPeerUser", "inputPeerChannel", "inputPeerUserFromMessage", "inputPeerChannelFromMessage", "mtcute.dummyInputPeerMinUser", "mtcute.dummyInputPeerMinChannel");
|
|
670
|
+
export {
|
|
671
|
+
LAYER,
|
|
672
|
+
RpcError,
|
|
673
|
+
isAnyAccountDaysTTL,
|
|
674
|
+
isAnyAccount_AuthorizationForm,
|
|
675
|
+
isAnyAccount_Authorizations,
|
|
676
|
+
isAnyAccount_AutoDownloadSettings,
|
|
677
|
+
isAnyAccount_AutoSaveSettings,
|
|
678
|
+
isAnyAccount_BusinessChatLinks,
|
|
679
|
+
isAnyAccount_ChatThemes,
|
|
680
|
+
isAnyAccount_ConnectedBots,
|
|
681
|
+
isAnyAccount_ContentSettings,
|
|
682
|
+
isAnyAccount_EmailVerified,
|
|
683
|
+
isAnyAccount_EmojiStatuses,
|
|
684
|
+
isAnyAccount_PaidMessagesRevenue,
|
|
685
|
+
isAnyAccount_PasskeyRegistrationOptions,
|
|
686
|
+
isAnyAccount_Passkeys,
|
|
687
|
+
isAnyAccount_Password,
|
|
688
|
+
isAnyAccount_PasswordInputSettings,
|
|
689
|
+
isAnyAccount_PasswordSettings,
|
|
690
|
+
isAnyAccount_PrivacyRules,
|
|
691
|
+
isAnyAccount_ResetPasswordResult,
|
|
692
|
+
isAnyAccount_ResolvedBusinessChatLinks,
|
|
693
|
+
isAnyAccount_SavedMusicIds,
|
|
694
|
+
isAnyAccount_SavedRingtone,
|
|
695
|
+
isAnyAccount_SavedRingtones,
|
|
696
|
+
isAnyAccount_SentEmailCode,
|
|
697
|
+
isAnyAccount_Takeout,
|
|
698
|
+
isAnyAccount_Themes,
|
|
699
|
+
isAnyAccount_TmpPassword,
|
|
700
|
+
isAnyAccount_WallPapers,
|
|
701
|
+
isAnyAccount_WebAuthorizations,
|
|
702
|
+
isAnyAttachMenuBot,
|
|
703
|
+
isAnyAttachMenuBotIcon,
|
|
704
|
+
isAnyAttachMenuBotIconColor,
|
|
705
|
+
isAnyAttachMenuBots,
|
|
706
|
+
isAnyAttachMenuBotsBot,
|
|
707
|
+
isAnyAttachMenuPeerType,
|
|
708
|
+
isAnyAuctionBidLevel,
|
|
709
|
+
isAnyAuth_Authorization,
|
|
710
|
+
isAnyAuth_CodeType,
|
|
711
|
+
isAnyAuth_ExportedAuthorization,
|
|
712
|
+
isAnyAuth_LoggedOut,
|
|
713
|
+
isAnyAuth_LoginToken,
|
|
714
|
+
isAnyAuth_PasskeyLoginOptions,
|
|
715
|
+
isAnyAuth_PasswordRecovery,
|
|
716
|
+
isAnyAuth_SentCode,
|
|
717
|
+
isAnyAuth_SentCodeType,
|
|
718
|
+
isAnyAuthorization,
|
|
719
|
+
isAnyAutoDownloadSettings,
|
|
720
|
+
isAnyAutoSaveException,
|
|
721
|
+
isAnyAutoSaveSettings,
|
|
722
|
+
isAnyAvailableEffect,
|
|
723
|
+
isAnyAvailableReaction,
|
|
724
|
+
isAnyBankCardOpenUrl,
|
|
725
|
+
isAnyBaseTheme,
|
|
726
|
+
isAnyBirthday,
|
|
727
|
+
isAnyBoost,
|
|
728
|
+
isAnyBotApp,
|
|
729
|
+
isAnyBotAppSettings,
|
|
730
|
+
isAnyBotBusinessConnection,
|
|
731
|
+
isAnyBotCommand,
|
|
732
|
+
isAnyBotCommandScope,
|
|
733
|
+
isAnyBotInfo,
|
|
734
|
+
isAnyBotInlineMessage,
|
|
735
|
+
isAnyBotInlineResult,
|
|
736
|
+
isAnyBotMenuButton,
|
|
737
|
+
isAnyBotPreviewMedia,
|
|
738
|
+
isAnyBotVerification,
|
|
739
|
+
isAnyBotVerifierSettings,
|
|
740
|
+
isAnyBots_BotInfo,
|
|
741
|
+
isAnyBots_PopularAppBots,
|
|
742
|
+
isAnyBots_PreviewInfo,
|
|
743
|
+
isAnyBusinessAwayMessage,
|
|
744
|
+
isAnyBusinessAwayMessageSchedule,
|
|
745
|
+
isAnyBusinessBotRecipients,
|
|
746
|
+
isAnyBusinessBotRights,
|
|
747
|
+
isAnyBusinessChatLink,
|
|
748
|
+
isAnyBusinessGreetingMessage,
|
|
749
|
+
isAnyBusinessIntro,
|
|
750
|
+
isAnyBusinessLocation,
|
|
751
|
+
isAnyBusinessRecipients,
|
|
752
|
+
isAnyBusinessWeeklyOpen,
|
|
753
|
+
isAnyBusinessWorkHours,
|
|
754
|
+
isAnyCdnConfig,
|
|
755
|
+
isAnyCdnPublicKey,
|
|
756
|
+
isAnyChannelAdminLogEvent,
|
|
757
|
+
isAnyChannelAdminLogEventAction,
|
|
758
|
+
isAnyChannelAdminLogEventsFilter,
|
|
759
|
+
isAnyChannelLocation,
|
|
760
|
+
isAnyChannelMessagesFilter,
|
|
761
|
+
isAnyChannelParticipant,
|
|
762
|
+
isAnyChannelParticipantsFilter,
|
|
763
|
+
isAnyChannels_AdminLogResults,
|
|
764
|
+
isAnyChannels_ChannelParticipant,
|
|
765
|
+
isAnyChannels_ChannelParticipants,
|
|
766
|
+
isAnyChannels_SendAsPeers,
|
|
767
|
+
isAnyChannels_SponsoredMessageReportResult,
|
|
768
|
+
isAnyChat,
|
|
769
|
+
isAnyChatAdminRights,
|
|
770
|
+
isAnyChatAdminWithInvites,
|
|
771
|
+
isAnyChatBannedRights,
|
|
772
|
+
isAnyChatFull,
|
|
773
|
+
isAnyChatInvite,
|
|
774
|
+
isAnyChatInviteImporter,
|
|
775
|
+
isAnyChatOnlines,
|
|
776
|
+
isAnyChatParticipant,
|
|
777
|
+
isAnyChatParticipants,
|
|
778
|
+
isAnyChatPhoto,
|
|
779
|
+
isAnyChatReactions,
|
|
780
|
+
isAnyChatTheme,
|
|
781
|
+
isAnyChatlists_ChatlistInvite,
|
|
782
|
+
isAnyChatlists_ChatlistUpdates,
|
|
783
|
+
isAnyChatlists_ExportedChatlistInvite,
|
|
784
|
+
isAnyChatlists_ExportedInvites,
|
|
785
|
+
isAnyCodeSettings,
|
|
786
|
+
isAnyConfig,
|
|
787
|
+
isAnyConnectedBot,
|
|
788
|
+
isAnyConnectedBotStarRef,
|
|
789
|
+
isAnyContact,
|
|
790
|
+
isAnyContactBirthday,
|
|
791
|
+
isAnyContactStatus,
|
|
792
|
+
isAnyContacts_Blocked,
|
|
793
|
+
isAnyContacts_ContactBirthdays,
|
|
794
|
+
isAnyContacts_Contacts,
|
|
795
|
+
isAnyContacts_Found,
|
|
796
|
+
isAnyContacts_ImportedContacts,
|
|
797
|
+
isAnyContacts_ResolvedPeer,
|
|
798
|
+
isAnyContacts_SponsoredPeers,
|
|
799
|
+
isAnyContacts_TopPeers,
|
|
800
|
+
isAnyDataJSON,
|
|
801
|
+
isAnyDcOption,
|
|
802
|
+
isAnyDefaultHistoryTTL,
|
|
803
|
+
isAnyDialog,
|
|
804
|
+
isAnyDialogFilter,
|
|
805
|
+
isAnyDialogFilterSuggested,
|
|
806
|
+
isAnyDialogPeer,
|
|
807
|
+
isAnyDisallowedGiftsSettings,
|
|
808
|
+
isAnyDocument,
|
|
809
|
+
isAnyDocumentAttribute,
|
|
810
|
+
isAnyDraftMessage,
|
|
811
|
+
isAnyEmailVerification,
|
|
812
|
+
isAnyEmailVerifyPurpose,
|
|
813
|
+
isAnyEmojiGroup,
|
|
814
|
+
isAnyEmojiKeyword,
|
|
815
|
+
isAnyEmojiKeywordsDifference,
|
|
816
|
+
isAnyEmojiLanguage,
|
|
817
|
+
isAnyEmojiList,
|
|
818
|
+
isAnyEmojiStatus,
|
|
819
|
+
isAnyEmojiURL,
|
|
820
|
+
isAnyEncryptedChat,
|
|
821
|
+
isAnyEncryptedFile,
|
|
822
|
+
isAnyEncryptedMessage,
|
|
823
|
+
isAnyError,
|
|
824
|
+
isAnyExportedChatInvite,
|
|
825
|
+
isAnyExportedChatlistInvite,
|
|
826
|
+
isAnyExportedContactToken,
|
|
827
|
+
isAnyExportedMessageLink,
|
|
828
|
+
isAnyExportedStoryLink,
|
|
829
|
+
isAnyFactCheck,
|
|
830
|
+
isAnyFileHash,
|
|
831
|
+
isAnyFolder,
|
|
832
|
+
isAnyFolderPeer,
|
|
833
|
+
isAnyForumTopic,
|
|
834
|
+
isAnyFoundStory,
|
|
835
|
+
isAnyFragment_CollectibleInfo,
|
|
836
|
+
isAnyGame,
|
|
837
|
+
isAnyGeoPoint,
|
|
838
|
+
isAnyGeoPointAddress,
|
|
839
|
+
isAnyGlobalPrivacySettings,
|
|
840
|
+
isAnyGroupCall,
|
|
841
|
+
isAnyGroupCallDonor,
|
|
842
|
+
isAnyGroupCallMessage,
|
|
843
|
+
isAnyGroupCallParticipant,
|
|
844
|
+
isAnyGroupCallParticipantVideo,
|
|
845
|
+
isAnyGroupCallParticipantVideoSourceGroup,
|
|
846
|
+
isAnyGroupCallStreamChannel,
|
|
847
|
+
isAnyHelp_AppConfig,
|
|
848
|
+
isAnyHelp_AppUpdate,
|
|
849
|
+
isAnyHelp_CountriesList,
|
|
850
|
+
isAnyHelp_Country,
|
|
851
|
+
isAnyHelp_CountryCode,
|
|
852
|
+
isAnyHelp_DeepLinkInfo,
|
|
853
|
+
isAnyHelp_InviteText,
|
|
854
|
+
isAnyHelp_PassportConfig,
|
|
855
|
+
isAnyHelp_PeerColorOption,
|
|
856
|
+
isAnyHelp_PeerColorSet,
|
|
857
|
+
isAnyHelp_PeerColors,
|
|
858
|
+
isAnyHelp_PremiumPromo,
|
|
859
|
+
isAnyHelp_PromoData,
|
|
860
|
+
isAnyHelp_RecentMeUrls,
|
|
861
|
+
isAnyHelp_Support,
|
|
862
|
+
isAnyHelp_SupportName,
|
|
863
|
+
isAnyHelp_TermsOfService,
|
|
864
|
+
isAnyHelp_TermsOfServiceUpdate,
|
|
865
|
+
isAnyHelp_TimezonesList,
|
|
866
|
+
isAnyHelp_UserInfo,
|
|
867
|
+
isAnyHighScore,
|
|
868
|
+
isAnyImportedContact,
|
|
869
|
+
isAnyInlineBotSwitchPM,
|
|
870
|
+
isAnyInlineBotWebView,
|
|
871
|
+
isAnyInlineQueryPeerType,
|
|
872
|
+
isAnyInputAppEvent,
|
|
873
|
+
isAnyInputBotApp,
|
|
874
|
+
isAnyInputBotInlineMessage,
|
|
875
|
+
isAnyInputBotInlineMessageID,
|
|
876
|
+
isAnyInputBotInlineResult,
|
|
877
|
+
isAnyInputBusinessAwayMessage,
|
|
878
|
+
isAnyInputBusinessBotRecipients,
|
|
879
|
+
isAnyInputBusinessChatLink,
|
|
880
|
+
isAnyInputBusinessGreetingMessage,
|
|
881
|
+
isAnyInputBusinessIntro,
|
|
882
|
+
isAnyInputBusinessRecipients,
|
|
883
|
+
isAnyInputChannel,
|
|
884
|
+
isAnyInputChatPhoto,
|
|
885
|
+
isAnyInputChatTheme,
|
|
886
|
+
isAnyInputChatlist,
|
|
887
|
+
isAnyInputCheckPasswordSRP,
|
|
888
|
+
isAnyInputClientProxy,
|
|
889
|
+
isAnyInputCollectible,
|
|
890
|
+
isAnyInputContact,
|
|
891
|
+
isAnyInputDialogPeer,
|
|
892
|
+
isAnyInputDocument,
|
|
893
|
+
isAnyInputEncryptedChat,
|
|
894
|
+
isAnyInputEncryptedFile,
|
|
895
|
+
isAnyInputFile,
|
|
896
|
+
isAnyInputFileLocation,
|
|
897
|
+
isAnyInputFolderPeer,
|
|
898
|
+
isAnyInputGame,
|
|
899
|
+
isAnyInputGeoPoint,
|
|
900
|
+
isAnyInputGroupCall,
|
|
901
|
+
isAnyInputInvoice,
|
|
902
|
+
isAnyInputMedia,
|
|
903
|
+
isAnyInputMessage,
|
|
904
|
+
isAnyInputNotifyPeer,
|
|
905
|
+
isAnyInputPasskeyCredential,
|
|
906
|
+
isAnyInputPasskeyResponse,
|
|
907
|
+
isAnyInputPaymentCredentials,
|
|
908
|
+
isAnyInputPeer,
|
|
909
|
+
isAnyInputPeerNotifySettings,
|
|
910
|
+
isAnyInputPhoneCall,
|
|
911
|
+
isAnyInputPhoto,
|
|
912
|
+
isAnyInputPrivacyKey,
|
|
913
|
+
isAnyInputPrivacyRule,
|
|
914
|
+
isAnyInputQuickReplyShortcut,
|
|
915
|
+
isAnyInputReplyTo,
|
|
916
|
+
isAnyInputSavedStarGift,
|
|
917
|
+
isAnyInputSecureFile,
|
|
918
|
+
isAnyInputSecureValue,
|
|
919
|
+
isAnyInputSingleMedia,
|
|
920
|
+
isAnyInputStarGiftAuction,
|
|
921
|
+
isAnyInputStarsTransaction,
|
|
922
|
+
isAnyInputStickerSet,
|
|
923
|
+
isAnyInputStickerSetItem,
|
|
924
|
+
isAnyInputStickeredMedia,
|
|
925
|
+
isAnyInputStorePaymentPurpose,
|
|
926
|
+
isAnyInputTheme,
|
|
927
|
+
isAnyInputThemeSettings,
|
|
928
|
+
isAnyInputUser,
|
|
929
|
+
isAnyInputWallPaper,
|
|
930
|
+
isAnyInputWebDocument,
|
|
931
|
+
isAnyInputWebFileLocation,
|
|
932
|
+
isAnyInvoice,
|
|
933
|
+
isAnyJSONObjectValue,
|
|
934
|
+
isAnyJSONValue,
|
|
935
|
+
isAnyKeyboardButton,
|
|
936
|
+
isAnyKeyboardButtonRow,
|
|
937
|
+
isAnyKeyboardButtonStyle,
|
|
938
|
+
isAnyLabeledPrice,
|
|
939
|
+
isAnyLangPackDifference,
|
|
940
|
+
isAnyLangPackLanguage,
|
|
941
|
+
isAnyLangPackString,
|
|
942
|
+
isAnyMaskCoords,
|
|
943
|
+
isAnyMediaArea,
|
|
944
|
+
isAnyMediaAreaCoordinates,
|
|
945
|
+
isAnyMessage,
|
|
946
|
+
isAnyMessageAction,
|
|
947
|
+
isAnyMessageEntity,
|
|
948
|
+
isAnyMessageExtendedMedia,
|
|
949
|
+
isAnyMessageFwdHeader,
|
|
950
|
+
isAnyMessageMedia,
|
|
951
|
+
isAnyMessagePeerReaction,
|
|
952
|
+
isAnyMessagePeerVote,
|
|
953
|
+
isAnyMessageRange,
|
|
954
|
+
isAnyMessageReactions,
|
|
955
|
+
isAnyMessageReactor,
|
|
956
|
+
isAnyMessageReplies,
|
|
957
|
+
isAnyMessageReplyHeader,
|
|
958
|
+
isAnyMessageReportOption,
|
|
959
|
+
isAnyMessageViews,
|
|
960
|
+
isAnyMessagesFilter,
|
|
961
|
+
isAnyMessages_AffectedFoundMessages,
|
|
962
|
+
isAnyMessages_AffectedHistory,
|
|
963
|
+
isAnyMessages_AffectedMessages,
|
|
964
|
+
isAnyMessages_AllStickers,
|
|
965
|
+
isAnyMessages_ArchivedStickers,
|
|
966
|
+
isAnyMessages_AvailableEffects,
|
|
967
|
+
isAnyMessages_AvailableReactions,
|
|
968
|
+
isAnyMessages_BotApp,
|
|
969
|
+
isAnyMessages_BotCallbackAnswer,
|
|
970
|
+
isAnyMessages_BotPreparedInlineMessage,
|
|
971
|
+
isAnyMessages_BotResults,
|
|
972
|
+
isAnyMessages_ChatAdminsWithInvites,
|
|
973
|
+
isAnyMessages_ChatFull,
|
|
974
|
+
isAnyMessages_ChatInviteImporters,
|
|
975
|
+
isAnyMessages_Chats,
|
|
976
|
+
isAnyMessages_CheckedHistoryImportPeer,
|
|
977
|
+
isAnyMessages_DhConfig,
|
|
978
|
+
isAnyMessages_DialogFilters,
|
|
979
|
+
isAnyMessages_Dialogs,
|
|
980
|
+
isAnyMessages_DiscussionMessage,
|
|
981
|
+
isAnyMessages_EmojiGameInfo,
|
|
982
|
+
isAnyMessages_EmojiGameOutcome,
|
|
983
|
+
isAnyMessages_EmojiGroups,
|
|
984
|
+
isAnyMessages_ExportedChatInvite,
|
|
985
|
+
isAnyMessages_ExportedChatInvites,
|
|
986
|
+
isAnyMessages_FavedStickers,
|
|
987
|
+
isAnyMessages_FeaturedStickers,
|
|
988
|
+
isAnyMessages_ForumTopics,
|
|
989
|
+
isAnyMessages_FoundStickerSets,
|
|
990
|
+
isAnyMessages_FoundStickers,
|
|
991
|
+
isAnyMessages_HighScores,
|
|
992
|
+
isAnyMessages_HistoryImport,
|
|
993
|
+
isAnyMessages_HistoryImportParsed,
|
|
994
|
+
isAnyMessages_InactiveChats,
|
|
995
|
+
isAnyMessages_InvitedUsers,
|
|
996
|
+
isAnyMessages_MessageEditData,
|
|
997
|
+
isAnyMessages_MessageReactionsList,
|
|
998
|
+
isAnyMessages_MessageViews,
|
|
999
|
+
isAnyMessages_Messages,
|
|
1000
|
+
isAnyMessages_MyStickers,
|
|
1001
|
+
isAnyMessages_PeerDialogs,
|
|
1002
|
+
isAnyMessages_PeerSettings,
|
|
1003
|
+
isAnyMessages_PreparedInlineMessage,
|
|
1004
|
+
isAnyMessages_QuickReplies,
|
|
1005
|
+
isAnyMessages_Reactions,
|
|
1006
|
+
isAnyMessages_RecentStickers,
|
|
1007
|
+
isAnyMessages_SavedDialogs,
|
|
1008
|
+
isAnyMessages_SavedGifs,
|
|
1009
|
+
isAnyMessages_SavedReactionTags,
|
|
1010
|
+
isAnyMessages_SearchCounter,
|
|
1011
|
+
isAnyMessages_SearchResultsCalendar,
|
|
1012
|
+
isAnyMessages_SearchResultsPositions,
|
|
1013
|
+
isAnyMessages_SentEncryptedMessage,
|
|
1014
|
+
isAnyMessages_SponsoredMessages,
|
|
1015
|
+
isAnyMessages_StickerSet,
|
|
1016
|
+
isAnyMessages_StickerSetInstallResult,
|
|
1017
|
+
isAnyMessages_Stickers,
|
|
1018
|
+
isAnyMessages_TranscribedAudio,
|
|
1019
|
+
isAnyMessages_TranslatedText,
|
|
1020
|
+
isAnyMessages_VotesList,
|
|
1021
|
+
isAnyMessages_WebPage,
|
|
1022
|
+
isAnyMessages_WebPagePreview,
|
|
1023
|
+
isAnyMissingInvitee,
|
|
1024
|
+
isAnyMtcute_InputPeer,
|
|
1025
|
+
isAnyMtcute_Update,
|
|
1026
|
+
isAnyMyBoost,
|
|
1027
|
+
isAnyNearestDc,
|
|
1028
|
+
isAnyNotificationSound,
|
|
1029
|
+
isAnyNotifyPeer,
|
|
1030
|
+
isAnyOutboxReadDate,
|
|
1031
|
+
isAnyPage,
|
|
1032
|
+
isAnyPageBlock,
|
|
1033
|
+
isAnyPageCaption,
|
|
1034
|
+
isAnyPageListItem,
|
|
1035
|
+
isAnyPageListOrderedItem,
|
|
1036
|
+
isAnyPageRelatedArticle,
|
|
1037
|
+
isAnyPageTableCell,
|
|
1038
|
+
isAnyPageTableRow,
|
|
1039
|
+
isAnyPaidReactionPrivacy,
|
|
1040
|
+
isAnyPasskey,
|
|
1041
|
+
isAnyPasswordKdfAlgo,
|
|
1042
|
+
isAnyPaymentCharge,
|
|
1043
|
+
isAnyPaymentFormMethod,
|
|
1044
|
+
isAnyPaymentRequestedInfo,
|
|
1045
|
+
isAnyPaymentSavedCredentials,
|
|
1046
|
+
isAnyPayments_BankCardData,
|
|
1047
|
+
isAnyPayments_CheckCanSendGiftResult,
|
|
1048
|
+
isAnyPayments_CheckedGiftCode,
|
|
1049
|
+
isAnyPayments_ConnectedStarRefBots,
|
|
1050
|
+
isAnyPayments_ExportedInvoice,
|
|
1051
|
+
isAnyPayments_GiveawayInfo,
|
|
1052
|
+
isAnyPayments_PaymentForm,
|
|
1053
|
+
isAnyPayments_PaymentReceipt,
|
|
1054
|
+
isAnyPayments_PaymentResult,
|
|
1055
|
+
isAnyPayments_ResaleStarGifts,
|
|
1056
|
+
isAnyPayments_SavedInfo,
|
|
1057
|
+
isAnyPayments_SavedStarGifts,
|
|
1058
|
+
isAnyPayments_StarGiftActiveAuctions,
|
|
1059
|
+
isAnyPayments_StarGiftAuctionAcquiredGifts,
|
|
1060
|
+
isAnyPayments_StarGiftAuctionState,
|
|
1061
|
+
isAnyPayments_StarGiftCollections,
|
|
1062
|
+
isAnyPayments_StarGiftUpgradeAttributes,
|
|
1063
|
+
isAnyPayments_StarGiftUpgradePreview,
|
|
1064
|
+
isAnyPayments_StarGiftWithdrawalUrl,
|
|
1065
|
+
isAnyPayments_StarGifts,
|
|
1066
|
+
isAnyPayments_StarsRevenueAdsAccountUrl,
|
|
1067
|
+
isAnyPayments_StarsRevenueStats,
|
|
1068
|
+
isAnyPayments_StarsRevenueWithdrawalUrl,
|
|
1069
|
+
isAnyPayments_StarsStatus,
|
|
1070
|
+
isAnyPayments_SuggestedStarRefBots,
|
|
1071
|
+
isAnyPayments_UniqueStarGift,
|
|
1072
|
+
isAnyPayments_UniqueStarGiftValueInfo,
|
|
1073
|
+
isAnyPayments_ValidatedRequestedInfo,
|
|
1074
|
+
isAnyPeer,
|
|
1075
|
+
isAnyPeerBlocked,
|
|
1076
|
+
isAnyPeerColor,
|
|
1077
|
+
isAnyPeerLocated,
|
|
1078
|
+
isAnyPeerNotifySettings,
|
|
1079
|
+
isAnyPeerSettings,
|
|
1080
|
+
isAnyPeerStories,
|
|
1081
|
+
isAnyPendingSuggestion,
|
|
1082
|
+
isAnyPhoneCall,
|
|
1083
|
+
isAnyPhoneCallDiscardReason,
|
|
1084
|
+
isAnyPhoneCallProtocol,
|
|
1085
|
+
isAnyPhoneConnection,
|
|
1086
|
+
isAnyPhone_ExportedGroupCallInvite,
|
|
1087
|
+
isAnyPhone_GroupCall,
|
|
1088
|
+
isAnyPhone_GroupCallStars,
|
|
1089
|
+
isAnyPhone_GroupCallStreamChannels,
|
|
1090
|
+
isAnyPhone_GroupCallStreamRtmpUrl,
|
|
1091
|
+
isAnyPhone_GroupParticipants,
|
|
1092
|
+
isAnyPhone_JoinAsPeers,
|
|
1093
|
+
isAnyPhone_PhoneCall,
|
|
1094
|
+
isAnyPhoto,
|
|
1095
|
+
isAnyPhotoSize,
|
|
1096
|
+
isAnyPhotos_Photo,
|
|
1097
|
+
isAnyPhotos_Photos,
|
|
1098
|
+
isAnyPoll,
|
|
1099
|
+
isAnyPollAnswer,
|
|
1100
|
+
isAnyPollAnswerVoters,
|
|
1101
|
+
isAnyPollResults,
|
|
1102
|
+
isAnyPopularContact,
|
|
1103
|
+
isAnyPostAddress,
|
|
1104
|
+
isAnyPostInteractionCounters,
|
|
1105
|
+
isAnyPremiumGiftCodeOption,
|
|
1106
|
+
isAnyPremiumSubscriptionOption,
|
|
1107
|
+
isAnyPremium_BoostsList,
|
|
1108
|
+
isAnyPremium_BoostsStatus,
|
|
1109
|
+
isAnyPremium_MyBoosts,
|
|
1110
|
+
isAnyPrepaidGiveaway,
|
|
1111
|
+
isAnyPrivacyKey,
|
|
1112
|
+
isAnyPrivacyRule,
|
|
1113
|
+
isAnyProfileTab,
|
|
1114
|
+
isAnyPublicForward,
|
|
1115
|
+
isAnyQuickReply,
|
|
1116
|
+
isAnyReaction,
|
|
1117
|
+
isAnyReactionCount,
|
|
1118
|
+
isAnyReactionNotificationsFrom,
|
|
1119
|
+
isAnyReactionsNotifySettings,
|
|
1120
|
+
isAnyReadParticipantDate,
|
|
1121
|
+
isAnyReceivedNotifyMessage,
|
|
1122
|
+
isAnyRecentMeUrl,
|
|
1123
|
+
isAnyRecentStory,
|
|
1124
|
+
isAnyReplyMarkup,
|
|
1125
|
+
isAnyReportReason,
|
|
1126
|
+
isAnyReportResult,
|
|
1127
|
+
isAnyRequestPeerType,
|
|
1128
|
+
isAnyRequestedPeer,
|
|
1129
|
+
isAnyRequirementToContact,
|
|
1130
|
+
isAnyRestrictionReason,
|
|
1131
|
+
isAnyRichText,
|
|
1132
|
+
isAnySavedContact,
|
|
1133
|
+
isAnySavedDialog,
|
|
1134
|
+
isAnySavedReactionTag,
|
|
1135
|
+
isAnySavedStarGift,
|
|
1136
|
+
isAnySearchPostsFlood,
|
|
1137
|
+
isAnySearchResultsCalendarPeriod,
|
|
1138
|
+
isAnySearchResultsPosition,
|
|
1139
|
+
isAnySecureCredentialsEncrypted,
|
|
1140
|
+
isAnySecureData,
|
|
1141
|
+
isAnySecureFile,
|
|
1142
|
+
isAnySecurePasswordKdfAlgo,
|
|
1143
|
+
isAnySecurePlainData,
|
|
1144
|
+
isAnySecureRequiredType,
|
|
1145
|
+
isAnySecureSecretSettings,
|
|
1146
|
+
isAnySecureValue,
|
|
1147
|
+
isAnySecureValueError,
|
|
1148
|
+
isAnySecureValueHash,
|
|
1149
|
+
isAnySecureValueType,
|
|
1150
|
+
isAnySendAsPeer,
|
|
1151
|
+
isAnySendMessageAction,
|
|
1152
|
+
isAnyShippingOption,
|
|
1153
|
+
isAnySmsJob,
|
|
1154
|
+
isAnySmsjobs_EligibilityToJoin,
|
|
1155
|
+
isAnySmsjobs_Status,
|
|
1156
|
+
isAnySponsoredMessage,
|
|
1157
|
+
isAnySponsoredMessageReportOption,
|
|
1158
|
+
isAnySponsoredPeer,
|
|
1159
|
+
isAnyStarGift,
|
|
1160
|
+
isAnyStarGiftActiveAuctionState,
|
|
1161
|
+
isAnyStarGiftAttribute,
|
|
1162
|
+
isAnyStarGiftAttributeCounter,
|
|
1163
|
+
isAnyStarGiftAttributeId,
|
|
1164
|
+
isAnyStarGiftAttributeRarity,
|
|
1165
|
+
isAnyStarGiftAuctionAcquiredGift,
|
|
1166
|
+
isAnyStarGiftAuctionRound,
|
|
1167
|
+
isAnyStarGiftAuctionState,
|
|
1168
|
+
isAnyStarGiftAuctionUserState,
|
|
1169
|
+
isAnyStarGiftBackground,
|
|
1170
|
+
isAnyStarGiftCollection,
|
|
1171
|
+
isAnyStarGiftUpgradePrice,
|
|
1172
|
+
isAnyStarRefProgram,
|
|
1173
|
+
isAnyStarsAmount,
|
|
1174
|
+
isAnyStarsGiftOption,
|
|
1175
|
+
isAnyStarsGiveawayOption,
|
|
1176
|
+
isAnyStarsGiveawayWinnersOption,
|
|
1177
|
+
isAnyStarsRating,
|
|
1178
|
+
isAnyStarsRevenueStatus,
|
|
1179
|
+
isAnyStarsSubscription,
|
|
1180
|
+
isAnyStarsSubscriptionPricing,
|
|
1181
|
+
isAnyStarsTopupOption,
|
|
1182
|
+
isAnyStarsTransaction,
|
|
1183
|
+
isAnyStarsTransactionPeer,
|
|
1184
|
+
isAnyStatsAbsValueAndPrev,
|
|
1185
|
+
isAnyStatsDateRangeDays,
|
|
1186
|
+
isAnyStatsGraph,
|
|
1187
|
+
isAnyStatsGroupTopAdmin,
|
|
1188
|
+
isAnyStatsGroupTopInviter,
|
|
1189
|
+
isAnyStatsGroupTopPoster,
|
|
1190
|
+
isAnyStatsPercentValue,
|
|
1191
|
+
isAnyStatsURL,
|
|
1192
|
+
isAnyStats_BroadcastStats,
|
|
1193
|
+
isAnyStats_MegagroupStats,
|
|
1194
|
+
isAnyStats_MessageStats,
|
|
1195
|
+
isAnyStats_PublicForwards,
|
|
1196
|
+
isAnyStats_StoryStats,
|
|
1197
|
+
isAnyStickerKeyword,
|
|
1198
|
+
isAnyStickerPack,
|
|
1199
|
+
isAnyStickerSet,
|
|
1200
|
+
isAnyStickerSetCovered,
|
|
1201
|
+
isAnyStickers_SuggestedShortName,
|
|
1202
|
+
isAnyStorage_FileType,
|
|
1203
|
+
isAnyStoriesStealthMode,
|
|
1204
|
+
isAnyStories_Albums,
|
|
1205
|
+
isAnyStories_AllStories,
|
|
1206
|
+
isAnyStories_CanSendStoryCount,
|
|
1207
|
+
isAnyStories_FoundStories,
|
|
1208
|
+
isAnyStories_PeerStories,
|
|
1209
|
+
isAnyStories_Stories,
|
|
1210
|
+
isAnyStories_StoryReactionsList,
|
|
1211
|
+
isAnyStories_StoryViews,
|
|
1212
|
+
isAnyStories_StoryViewsList,
|
|
1213
|
+
isAnyStoryAlbum,
|
|
1214
|
+
isAnyStoryFwdHeader,
|
|
1215
|
+
isAnyStoryItem,
|
|
1216
|
+
isAnyStoryReaction,
|
|
1217
|
+
isAnyStoryView,
|
|
1218
|
+
isAnyStoryViews,
|
|
1219
|
+
isAnySuggestedPost,
|
|
1220
|
+
isAnyTextWithEntities,
|
|
1221
|
+
isAnyTheme,
|
|
1222
|
+
isAnyThemeSettings,
|
|
1223
|
+
isAnyTimezone,
|
|
1224
|
+
isAnyTodoCompletion,
|
|
1225
|
+
isAnyTodoItem,
|
|
1226
|
+
isAnyTodoList,
|
|
1227
|
+
isAnyTopPeer,
|
|
1228
|
+
isAnyTopPeerCategory,
|
|
1229
|
+
isAnyTopPeerCategoryPeers,
|
|
1230
|
+
isAnyUpdate,
|
|
1231
|
+
isAnyUpdates,
|
|
1232
|
+
isAnyUpdates_ChannelDifference,
|
|
1233
|
+
isAnyUpdates_Difference,
|
|
1234
|
+
isAnyUpdates_State,
|
|
1235
|
+
isAnyUpload_CdnFile,
|
|
1236
|
+
isAnyUpload_File,
|
|
1237
|
+
isAnyUpload_WebFile,
|
|
1238
|
+
isAnyUrlAuthResult,
|
|
1239
|
+
isAnyUser,
|
|
1240
|
+
isAnyUserFull,
|
|
1241
|
+
isAnyUserProfilePhoto,
|
|
1242
|
+
isAnyUserStatus,
|
|
1243
|
+
isAnyUsername,
|
|
1244
|
+
isAnyUsers_SavedMusic,
|
|
1245
|
+
isAnyUsers_UserFull,
|
|
1246
|
+
isAnyUsers_Users,
|
|
1247
|
+
isAnyVideoSize,
|
|
1248
|
+
isAnyWallPaper,
|
|
1249
|
+
isAnyWallPaperSettings,
|
|
1250
|
+
isAnyWebAuthorization,
|
|
1251
|
+
isAnyWebDocument,
|
|
1252
|
+
isAnyWebPage,
|
|
1253
|
+
isAnyWebPageAttribute,
|
|
1254
|
+
isAnyWebViewMessageSent,
|
|
1255
|
+
isAnyWebViewResult
|
|
1256
|
+
};
|