lexermekongnet

Results 2 issues of lexermekongnet

How does tdlib handle files? I'm creating a chat system which utilizes tdlib, when I receive updateNewMessage, I also get which kind of message it is such as messageText or...

` import dotenv from "dotenv"; import * as tdl from 'tdl'; import { getTdjson } from 'prebuilt-tdlib'; dotenv.config(); const TELEGRAM_API_ID = process.env.TELEGRAM_API_ID ?? '0'; const TELEGRAM_API_HASH = process.env.TELEGRAM_API_HASH ?? '';...

TDLib issue