Skip to content

Bot created to mention a new user in the chat group on Telegram

Notifications You must be signed in to change notification settings

Yxav/telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome bot

  • This bot was builded with Telegraf.js;

Features

  • Mention of a new user on a chat group, with custom welcome message;

How to use?

  • Put your ID Chat in BOT_TOKEN
const { Telegraf } = require('telegraf');

BOT_TOKEN = ' ';
const bot = new Telegraf(BOT_TOKEN);
bot.start((ctx) => ctx.reply('Hey, Im working'));

You can add other functions. check the Telegraf.js Docs and Telegram API docs.

About

Bot created to mention a new user in the chat group on Telegram

Resources

Stars

Watchers

Forks