On this page
Configuracion
Variables de Entorno
export FFMPEG_PATH=/usr/bin/ffmpeg
export FFPROBE_PATH=/usr/bin/ffprobe
export DEBUG=zerogram*
Opciones del Constructor
const bot = new Zerogram(apiId, apiHash, token, { debug: true, sessionsDir: './sessions', maxRetries: 5, retryDelay: 3000 });