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

73 lines
1.3 KiB
TypeScript
Raw Normal View History

2021-04-08 12:19:38 +03:00
/* eslint-disable @typescript-eslint/no-unused-vars */
// @copy
import { Readable } from 'stream'
// @copy
import {
User,
Chat,
ChatPreview,
ChatMember,
Dialog,
2021-04-08 12:19:38 +03:00
TermsOfService,
SentCode,
MaybeDynamic,
InputPeerLike,
UploadedFile,
UploadFileLike,
InputFileLike,
2021-04-16 00:12:07 +03:00
PartialExcept,
PartialOnly,
2021-04-08 12:19:38 +03:00
FileDownloadParameters,
Message,
ReplyMarkup,
2021-04-24 21:11:34 +03:00
InputMediaLike,
InputInlineResult,
InputStickerSetItem,
TakeoutSession,
2021-05-08 12:36:15 +03:00
StickerSet,
2021-05-08 17:54:18 +03:00
Poll,
2021-05-09 14:35:58 +03:00
TypingStatus,
Photo,
ChatEvent,
ChatInviteLink,
PeersIndex,
GameHighScore,
ArrayWithTotal,
2021-07-02 17:04:45 +03:00
BotCommands,
MessageMedia,
RawDocument,
IMessageEntityParser,
FormattedString,
CallbackQuery,
ChatMemberUpdate,
ChosenInlineResult,
DeleteMessageUpdate,
HistoryReadUpdate,
InlineQuery,
ParsedUpdate,
PollUpdate,
PollVoteUpdate,
UserStatusUpdate,
UserTypingUpdate,
Conversation,
2022-05-09 17:25:38 +03:00
BotStoppedUpdate,
BotChatJoinRequestUpdate,
ChatJoinRequestUpdate,
2021-04-08 12:19:38 +03:00
} from '../types'
// @copy
import {
MaybeArray,
MaybeAsync,
SessionConnection,
AsyncLock,
2021-08-05 20:38:24 +03:00
} from '@mtcute/core'
// @copy
2021-08-05 20:38:24 +03:00
import { tdFileId } from '@mtcute/file-id'
// @copy
import { Logger } from '@mtcute/core/src/utils/logger'