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

85 lines
1.6 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, PartialExcept, PartialOnly } from '@mtcute/core'
// @copy
import { tdFileId } from '@mtcute/file-id'
// @copy
import {
2023-10-04 19:26:21 +03:00
AllStories,
2023-09-29 21:45:11 +03:00
ArrayPaginated,
ArrayWithTotal,
2023-10-04 19:26:21 +03:00
Booster,
BoostStats,
BotChatJoinRequestUpdate,
2021-07-02 17:04:45 +03:00
BotCommands,
BotStoppedUpdate,
CallbackQuery,
Chat,
ChatEvent,
ChatInviteLink,
ChatInviteLinkMember,
ChatJoinRequestUpdate,
ChatMember,
ChatMemberUpdate,
ChatPreview,
ChosenInlineResult,
DeleteMessageUpdate,
DeleteStoryUpdate,
Dialog,
FileDownloadParameters,
FormattedString,
2023-10-03 00:58:45 +03:00
ForumTopic,
GameHighScore,
HistoryReadUpdate,
IMessageEntityParser,
InlineQuery,
InputChatEventFilters,
InputDialogFolder,
InputFileLike,
InputInlineResult,
InputMediaLike,
InputPeerLike,
2023-10-04 19:26:21 +03:00
InputPrivacyRule,
InputReaction,
InputStickerSet,
InputStickerSetItem,
MaybeDynamic,
Message,
2023-07-20 19:01:34 +03:00
MessageEntity,
MessageMedia,
MessageReactions,
ParsedUpdate,
PeerReaction,
PeersIndex,
2023-10-04 19:26:21 +03:00
PeerStories,
Photo,
Poll,
PollUpdate,
PollVoteUpdate,
PreCheckoutQuery,
RawDocument,
ReplyMarkup,
SentCode,
Sticker,
StickerSet,
StickerSourceType,
StickerType,
2023-10-04 19:26:21 +03:00
StoriesStealthMode,
Story,
StoryInteractions,
StoryUpdate,
2023-10-04 19:26:21 +03:00
StoryViewer,
StoryViewersList,
TakeoutSession,
TypingStatus,
UploadedFile,
UploadFileLike,
User,
UserStatusUpdate,
UserTypingUpdate,
2021-04-08 12:19:38 +03:00
} from '../types'