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

37 lines
661 B
TypeScript
Raw Normal View History

2021-04-08 12:19:38 +03:00
/* eslint-disable @typescript-eslint/no-unused-vars */
// @copy
import { IMessageEntityParser } from '../parser'
// @copy
import { Readable } from 'stream'
// @copy
import {
User,
Chat,
ChatPreview,
ChatMember,
Dialog,
InputChatPermissions,
2021-04-08 12:19:38 +03:00
TermsOfService,
SentCode,
MaybeDynamic,
InputPeerLike,
UploadedFile,
UploadFileLike,
InputFileLike,
2021-04-16 00:12:07 +03:00
PartialExcept,
2021-04-08 12:19:38 +03:00
FileDownloadParameters,
Message,
ReplyMarkup,
2021-04-24 21:11:34 +03:00
InputMediaLike,
TakeoutSession
2021-04-08 12:19:38 +03:00
} from '../types'
// @copy
import { MaybeArray, MaybeAsync, TelegramConnection } from '@mtcute/core'
// @copy
import { Lock } from '../utils/lock'