WhatsApp + Telegram + Discord β combined into one. End-to-end encrypted. Built by DEATH LEGION Team.
Native apps for Android, Windows, and Linux. Web app available instantly.
120+ endpoints. Built on Cloudflare's edge. Unlimited scale.
Built on Cloudflare Workers. Global edge network. <50ms response times worldwide.
https://dl-chat-api.death-legion-dlchat.workers.dev/api/v1
Telegram-compatible Bot SDK. Familiar API. Unlimited possibilities.
// Install: npm install @dlchat/bot-sdk import { DLChatBot, Markup, InlineKeyboard } from '@dlchat/bot-sdk'; const bot = new DLChatBot({ token: 'YOUR_BOT_TOKEN', apiUrl: 'https://dl-chat-api.death-legion-dlchat.workers.dev' }); // Handle /start command bot.command('start', async (ctx) => { await ctx.reply( Markup.bold('π Welcome to DL Chat Bot!') + '\n\nChoose an option:', { reply_markup: InlineKeyboard.build([ [{ text: 'π Help', callback_data: 'help' }, { text: 'βοΈ Settings', callback_data: 'settings' }], [{ text: 'π¬ Start Chat', callback_data: 'chat' }] ]) } ); }); // Handle messages bot.hears(/hello/i, async (ctx) => { await ctx.reply(`Hello, ${ctx.from.first_name}! π`); }); // Poll creation bot.command('poll', async (ctx) => { await ctx.sendPoll('What\'s your favorite feature?', [ 'π E2E Encryption', 'π€ AI Assistant', 'π Video Calls', 'βοΈ Bot API' ]); }); bot.start(); // Start polling
We're building fast. New features ship every week.
Zero cold starts. 300+ global PoPs. 99.99% uptime SLA.
Building the future of secure communication. DL Chat is 100% proprietary software β all rights reserved.