Telegram Bot Moderation

Greetings Everyone I am trying to build a Telegram Moderation bot that basically detects & Deletes any rude or profane language from a telegram channel does anyone have an idea of what nodes I would need to make it happen your help would be much appreciated !

Hi @Cyrus_Jacob,

Yes you can definitely build one. See below workflow. Firstly you need to create a new Telegram bot and add it as an admin to the channel you want to moderate. Then simply use a sentiment node to determine whether something said was out of line based on some categories you can setup.

To setup a new bot you can follow the documentation for adding a new telegram account here

Then add the bot to the channel as an admin:

Then make sure the telegram trigger listens for channel messages:

After I sent a profane message, this is the result where the original message was deleted and a warning sent. For the sake of community standards here I wont repeat my test message:

Ok here is maybe a safe example to demo here: