Skip to content

lucasMarioza/TelegramGroupMention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Group Mention

Create custom mentions in your Telegram chat, much like Discord's role mentions.

Usage

  • /create_foo to a create a group mention called foo
  • /enter_foo to subscribe to a group mention called foo
  • /exit_foo to unsubscribe from a group mention called foo
  • /delete_foo to delete a group mention called foo
  • /mentions [username] to list the group's mentions, optionally passing an username filter (use me for your own mentions)
  • @foo to tag members of mention foo (this not includes yourself)
  • @!foo to list members of mention foo without tagging them
  • @admins to tag group admins

Getting Started

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •