DEV Community

Cover image for Bot-Moderator for Telegram chats. Introduction
Maksym Zavalniuk
Maksym Zavalniuk

Posted on

Bot-Moderator for Telegram chats. Introduction

Overview 😎

Good day everyone! Starting with this post, I'm starting a series of articles on developing a bot-moderator for Telegram chats. During them, we will consider the following topics: filters, state machine, middleware, internationalization. For each article, I will provide a code that you are free to use.

What the bot can do? πŸ’ͺ

By adding it to the chat, you can:

  • Check whether the user who entered the group is not a robot:

Entering the chat

  • Kick or ban user:

kick or ban

  • Mute and unmute user:

Mute and unmute

  • List of all commands:

list of all commands

How to start writing a bot? πŸ€”

First of all, I recommend that you read my first two articles in the tutorial series. But don't be disappointed if you don't fully understand them. My articles are suitable for those who have never developed bots. All you need to do is download the files from this repository.

References πŸ”—

Thank you for reading! ❀️ ❀️ ❀️

Top comments (0)