@telepilotco/tdl
Advanced tools
Changelog
tdl@7.4.1 (2024-02-16)
tdl@7.4.1-beta.0
on 2023-11-07.Changelog
tdl@7.4.0 (2023-10-10)
tdl.setLogMessageCallback
that allows to pass a callback to the
td_set_log_message_callback
TDLib function using Node-API's thread-safe
functions. (TDLib v1.8.0+ only)tdl.configure
: Added an experimental option useNewTdjsonInterface
that
enables the use of td_create_client_id
/td_send
/td_receive
/td_execute
interface with a client manager and global receive loop, though the old
interface still works well. (TDLib v1.7.0+ only)UV_THREADPOOL_SIZE
clients is lifted.tdl.configure
: Added a receiveTimeout
advanced option.tdl.createClient
: receiveTimeout
in the client options is deprecated.tdl.createClient
: Deprecated the useMutableRename
advanced option.