2023-09-24 01:08:01 +03:00
|
|
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
2021-04-08 12:19:38 +03:00
|
|
|
// @copy
|
2023-10-20 00:41:47 +03:00
|
|
|
import {
|
|
|
|
BaseTelegramClient,
|
|
|
|
BaseTelegramClientOptions,
|
|
|
|
Long,
|
|
|
|
MaybeArray,
|
|
|
|
MaybeAsync,
|
|
|
|
PartialExcept,
|
|
|
|
PartialOnly,
|
|
|
|
tl,
|
|
|
|
} from '@mtcute/core'
|
2023-06-05 03:30:48 +03:00
|
|
|
// @copy
|
|
|
|
import { tdFileId } from '@mtcute/file-id'
|
|
|
|
|
|
|
|
// @copy
|
|
|
|
import {
|
2023-10-04 19:26:21 +03:00
|
|
|
AllStories,
|
2023-09-29 21:45:11 +03:00
|
|
|
ArrayPaginated,
|
2021-06-10 02:31:48 +03:00
|
|
|
ArrayWithTotal,
|
2023-10-04 19:26:21 +03:00
|
|
|
Booster,
|
|
|
|
BoostStats,
|
2023-06-05 03:30:48 +03:00
|
|
|
BotChatJoinRequestUpdate,
|
2021-07-02 17:04:45 +03:00
|
|
|
BotCommands,
|
2023-06-05 03:30:48 +03:00
|
|
|
BotStoppedUpdate,
|
2021-07-17 17:26:31 +03:00
|
|
|
CallbackQuery,
|
2023-06-05 03:30:48 +03:00
|
|
|
Chat,
|
|
|
|
ChatEvent,
|
|
|
|
ChatInviteLink,
|
2023-09-29 17:02:36 +03:00
|
|
|
ChatInviteLinkMember,
|
2023-06-05 03:30:48 +03:00
|
|
|
ChatJoinRequestUpdate,
|
|
|
|
ChatMember,
|
2021-07-17 17:26:31 +03:00
|
|
|
ChatMemberUpdate,
|
2023-06-05 03:30:48 +03:00
|
|
|
ChatPreview,
|
2021-07-17 17:26:31 +03:00
|
|
|
ChosenInlineResult,
|
|
|
|
DeleteMessageUpdate,
|
2023-10-04 20:50:57 +03:00
|
|
|
DeleteStoryUpdate,
|
2023-06-05 03:30:48 +03:00
|
|
|
Dialog,
|
2023-10-27 19:44:40 +03:00
|
|
|
FileDownloadLocation,
|
2023-06-05 03:30:48 +03:00
|
|
|
FileDownloadParameters,
|
2023-10-03 00:58:45 +03:00
|
|
|
ForumTopic,
|
2023-06-05 03:30:48 +03:00
|
|
|
GameHighScore,
|
2021-07-17 17:26:31 +03:00
|
|
|
HistoryReadUpdate,
|
|
|
|
InlineQuery,
|
2023-09-29 17:02:36 +03:00
|
|
|
InputChatEventFilters,
|
|
|
|
InputDialogFolder,
|
2023-06-05 03:30:48 +03:00
|
|
|
InputFileLike,
|
|
|
|
InputInlineResult,
|
|
|
|
InputMediaLike,
|
2023-10-09 21:44:38 +03:00
|
|
|
InputMessageId,
|
2023-06-05 03:30:48 +03:00
|
|
|
InputPeerLike,
|
2023-10-04 19:26:21 +03:00
|
|
|
InputPrivacyRule,
|
2023-10-01 16:36:29 +03:00
|
|
|
InputReaction,
|
2023-10-04 23:34:55 +03:00
|
|
|
InputStickerSet,
|
2023-06-05 03:30:48 +03:00
|
|
|
InputStickerSetItem,
|
2023-11-01 20:24:00 +03:00
|
|
|
InputText,
|
2023-06-05 03:30:48 +03:00
|
|
|
MaybeDynamic,
|
|
|
|
Message,
|
2023-07-20 19:01:34 +03:00
|
|
|
MessageEntity,
|
2023-06-05 03:30:48 +03:00
|
|
|
MessageMedia,
|
|
|
|
MessageReactions,
|
2023-10-11 08:24:11 +03:00
|
|
|
ParametersSkip2,
|
2021-07-17 17:26:31 +03:00
|
|
|
ParsedUpdate,
|
2023-06-05 03:30:48 +03:00
|
|
|
PeerReaction,
|
|
|
|
PeersIndex,
|
2023-10-04 19:26:21 +03:00
|
|
|
PeerStories,
|
2023-06-05 03:30:48 +03:00
|
|
|
Photo,
|
|
|
|
Poll,
|
2021-07-17 17:26:31 +03:00
|
|
|
PollUpdate,
|
|
|
|
PollVoteUpdate,
|
2023-06-05 03:30:48 +03:00
|
|
|
PreCheckoutQuery,
|
|
|
|
RawDocument,
|
|
|
|
ReplyMarkup,
|
|
|
|
SentCode,
|
|
|
|
Sticker,
|
|
|
|
StickerSet,
|
|
|
|
StickerSourceType,
|
|
|
|
StickerType,
|
2023-10-04 19:26:21 +03:00
|
|
|
StoriesStealthMode,
|
|
|
|
Story,
|
|
|
|
StoryInteractions,
|
2023-10-04 20:50:57 +03:00
|
|
|
StoryUpdate,
|
2023-10-04 19:26:21 +03:00
|
|
|
StoryViewer,
|
|
|
|
StoryViewersList,
|
2023-06-05 03:30:48 +03:00
|
|
|
TakeoutSession,
|
|
|
|
TypingStatus,
|
|
|
|
UploadedFile,
|
|
|
|
UploadFileLike,
|
|
|
|
User,
|
2021-07-17 17:26:31 +03:00
|
|
|
UserStatusUpdate,
|
|
|
|
UserTypingUpdate,
|
2023-10-16 19:23:53 +03:00
|
|
|
} from '../types/index.js'
|