079d65b38d
i am slowly descending to madness bugs fixed, stuff exported, and maybe something else
53 lines
896 B
TypeScript
53 lines
896 B
TypeScript
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
|
|
// @copy
|
|
import { IMessageEntityParser } from '../parser'
|
|
|
|
// @copy
|
|
import { Readable } from 'stream'
|
|
|
|
// @copy
|
|
import {
|
|
User,
|
|
Chat,
|
|
ChatPreview,
|
|
ChatMember,
|
|
Dialog,
|
|
TermsOfService,
|
|
SentCode,
|
|
MaybeDynamic,
|
|
InputPeerLike,
|
|
UploadedFile,
|
|
UploadFileLike,
|
|
InputFileLike,
|
|
PartialExcept,
|
|
PartialOnly,
|
|
FileDownloadParameters,
|
|
Message,
|
|
ReplyMarkup,
|
|
InputMediaLike,
|
|
InputInlineResult,
|
|
InputStickerSetItem,
|
|
TakeoutSession,
|
|
StickerSet,
|
|
Poll,
|
|
TypingStatus,
|
|
Photo,
|
|
ChatEvent,
|
|
ChatInviteLink,
|
|
UsersIndex,
|
|
ChatsIndex,
|
|
GameHighScore,
|
|
ArrayWithTotal,
|
|
} from '../types'
|
|
|
|
// @copy
|
|
import {
|
|
MaybeArray,
|
|
MaybeAsync,
|
|
TelegramConnection,
|
|
AsyncLock,
|
|
} from '@mtcute/core'
|
|
|
|
// @copy
|
|
import { tdFileId } from '@mtcute/file-id'
|