Create custom mentions in your Telegram chat, much like Discord's role mentions.
/create_foo
to a create a group mention calledfoo
/enter_foo
to subscribe to a group mention calledfoo
/exit_foo
to unsubscribe from a group mention calledfoo
/delete_foo
to delete a group mention calledfoo
/mentions [username]
to list the group's mentions, optionally passing an username filter (useme
for your own mentions)@foo
to tag members of mentionfoo
(this not includes yourself)@!foo
to list members of mentionfoo
without tagging them@admins
to tag group admins
Clone this repo
git clone https://github.com/lucasMarioza/TelegramGroupMention
Install dependencies
npm install
Set environment variables and run
export BOT_KEY=...
export MONGODB_URI=...
export PORT=...
npm start