mtcute/packages/client/src/methods/_imports.ts
Alina Sireneva 2bde1c4f3e
feat: feature parity with botapi 6.9
well mostly, and assuming i didn't miss anything. closes MTQ-72
2023-10-04 23:34:55 +03:00

88 lines
1.8 KiB
TypeScript

/* eslint-disable @typescript-eslint/no-unused-vars */
// @copy
import { Readable } from 'stream'
// @copy
import { MaybeArray, MaybeAsync, PartialExcept, PartialOnly } from '@mtcute/core'
// @copy
import { AsyncLock, ConditionVariable, Deque, Logger, SortedLinkedList } from '@mtcute/core/utils'
// @copy
import { tdFileId } from '@mtcute/file-id'
// @copy
import {
AllStories,
ArrayPaginated,
ArrayWithTotal,
Booster,
BoostStats,
BotChatJoinRequestUpdate,
BotCommands,
BotStoppedUpdate,
CallbackQuery,
Chat,
ChatEvent,
ChatInviteLink,
ChatInviteLinkMember,
ChatJoinRequestUpdate,
ChatMember,
ChatMemberUpdate,
ChatPreview,
ChosenInlineResult,
Conversation,
DeleteMessageUpdate,
DeleteStoryUpdate,
Dialog,
FileDownloadParameters,
FormattedString,
ForumTopic,
GameHighScore,
HistoryReadUpdate,
IMessageEntityParser,
InlineQuery,
InputChatEventFilters,
InputDialogFolder,
InputFileLike,
InputInlineResult,
InputMediaLike,
InputPeerLike,
InputPrivacyRule,
InputReaction,
InputStickerSet,
InputStickerSetItem,
MaybeDynamic,
Message,
MessageEntity,
MessageMedia,
MessageReactions,
ParsedUpdate,
PeerReaction,
PeersIndex,
PeerStories,
Photo,
Poll,
PollUpdate,
PollVoteUpdate,
PreCheckoutQuery,
RawDocument,
ReplyMarkup,
SentCode,
Sticker,
StickerSet,
StickerSourceType,
StickerType,
StoriesStealthMode,
Story,
StoryInteractions,
StoryUpdate,
StoryViewer,
StoryViewersList,
TakeoutSession,
TermsOfService,
TypingStatus,
UploadedFile,
UploadFileLike,
User,
UserStatusUpdate,
UserTypingUpdate,
} from '../types'