mtcute/packages/client/src/methods/_imports.ts

80 lines
1.5 KiB
TypeScript
Raw Normal View History

/* eslint-disable @typescript-eslint/no-unused-vars */
2021-04-08 12:19:38 +03:00
// @copy
import { Readable } from 'stream'
// @copy
import { MaybeArray, MaybeAsync } from '@mtcute/core'
// @copy
import {
AsyncLock,
ConditionVariable,
Deque,
Logger,
SortedLinkedList,
} from '@mtcute/core/utils'
// @copy
import { tdFileId } from '@mtcute/file-id'
// @copy
import {
ArrayWithTotal,
BotChatJoinRequestUpdate,
2021-07-02 17:04:45 +03:00
BotCommands,
BotStoppedUpdate,
CallbackQuery,
Chat,
ChatAction,
ChatEvent,
ChatInviteLink,
ChatInviteLinkJoinedMember,
ChatJoinRequestUpdate,
ChatMember,
ChatMemberUpdate,
ChatPreview,
ChosenInlineResult,
Conversation,
DeleteMessageUpdate,
Dialog,
FileDownloadParameters,
FormattedString,
GameHighScore,
HistoryReadUpdate,
IMessageEntityParser,
InlineQuery,
InputFileLike,
InputInlineResult,
InputMediaLike,
InputPeerLike,
InputStickerSetItem,
MaybeDynamic,
Message,
2023-07-20 19:01:34 +03:00
MessageEntity,
MessageMedia,
MessageReactions,
ParsedUpdate,
PartialExcept,
PartialOnly,
PeerReaction,
PeersIndex,
Photo,
Poll,
PollUpdate,
PollVoteUpdate,
PreCheckoutQuery,
RawDocument,
ReplyMarkup,
SentCode,
Sticker,
StickerSet,
StickerSourceType,
StickerType,
TakeoutSession,
TermsOfService,
TypingStatus,
UploadedFile,
UploadFileLike,
User,
UserStatusUpdate,
UserTypingUpdate,
2021-04-08 12:19:38 +03:00
} from '../types'