UNPKG

tdlib-native

Version:

🚀 Telegram TDLib native nodejs wrapper

8 lines (7 loc) • 278 B
export { Client, TDError } from "./client"; export { Client as default } from "./client"; export * as types from "./types"; export * as markup from "./markup"; export * as Markup from "./markup"; export { TDLibOptions } from "./options"; export { Authenticator } from "./auth";