tgsnake
Version:
Telegram MTProto framework for nodejs.
13 lines (12 loc) • 803 B
TypeScript
export { getMessages } from './GetMessages.js';
export { sendMessage, type sendMessageParams } from './SendMessage.js';
export { sendMedia, type sendMediaParams } from './SendMedia.js';
export { sendDocument, type sendDocumentParams } from './SendDocument.js';
export { sendVideo, type sendVideoParams } from './SendVideo.js';
export { sendVideoNote, type sendVideoNoteParams } from './SendVideoNote.js';
export { sendAnimation, type sendAnimationParams } from './SendAnimation.js';
export { sendSticker, type sendStickerParams } from './SendSticker.js';
export { sendAudio, type sendAudioParams } from './SendAudio.js';
export { download, type DownloadParams } from './Download.js';
export { deleteMessages } from './DeleteMessage.js';
export { sendPhoto, type sendPhotoParams } from './SendPhoto.js';