Skip to content

1.5.0

Compare
Choose a tag to compare
@butthx butthx released this 23 Jan 01:54
· 219 commits to master since this release

✨ Update @tgsnake/core to 1.5.0
📃 Changelog :

  • Add logger error when failed connecting to telegram server.
  • Remove Primitive.Int.write in TCPFull.
  • Split client code to different file.
  • Add Deno 🦕 support.
  • Add forceSMS params.

🚀 Installation Guide :

  • Deno :
    import { Client } from "https://deno.land/x/tgsnake_core@1.5.0/src/index.ts";
  • NodeJS :
    npm i @tgsnake/core or yarn add @tgsnake/core

🪲 Know Bugs

  • Can't login when 2FA enable (cause msg key error again)
  • Can't start connection on Deno (cause initial build, will fix soon)

📋 Notes

  • Disable 2FA when you want login with user.
  • Don't use Deno version for now, until it stable.