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

52 lines
920 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,
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,
UsersIndex,
ChatsIndex,
GameHighScore
2021-04-08 12:19:38 +03:00
} from '../types'
// @copy
import { MaybeArray, MaybeAsync, TelegramConnection } from '@mtcute/core'
// @copy
import { Lock } from '../utils/lock'
// @copy
import { tdFileId } from '@mtcute/file-id'