How To Make A Telegram Bot Without Programing

How To Make A Telegram Bot Without Programing In 2021

Table of Contents

How to make your own telegram bot is easy-If you are a telegram group admin, of course you will be busy handling many people, not to mention if you have content and are required to post the latest content on your Telegram account. By using a bot or robot you can make your work easier in manage your telegram account.

What is a Telegram Bot

Bot or Telegram Robot is an additional application that runs in the telegram itself. Basically the bot is the same as a normal user, except that this bot does not have a telephone number and is used by computers, the bot can only respond to commands / requests according to the parameters set by the admin The user can interact with the user by sending messages to the bot in a specific format.

Why Use Telegram Bot

If you have a telegram bot (admin telegram bot) then you can set / set your bot to handle some work automatically based on user interactions, so you don’t need to manually handle the user, just the bot will do it to ease your work.

  1. Provide Special Notifications and News . Bots can act as smart newspapers by choosing news topics / articles that suit you.
  2. Integrating Other Services . Bots can present content from other services at once, making it easier for viewers and content creators to find and deliver news.
    Gmail Bot ,  Image Bot ,  GIF bot ,  IMDB bot ,  Wiki bot ,  Music bot ,  Youtube bot ,  GitHub bot
  3. Handling Payments . The bot can act as a virtual cashier to handle the payment process / method.
    Demo Shop Bot
  4. Making Useful Tools . Some bots function as “welcome” greeters, translators, counters, or other services as needed.
    Markdown bot ,  Sticker bot ,  Vote bot ,  Like bot
  5. Making Games . Bots can offer immersive HTML5 experiences to the level of a game on a chat platform, from simple arcades and puzzles to 3D-shooters and the real-time strategy
    game GameBot ,  Gamee.
  6. Build social services . A bot could connect people looking for conversation partners based on common interests or proximity.
    HotOrBot
  7. Do virtually anything else. Except for cooking / washing / cleaning – bots cannot do work with objects in the real world.

How does the Telegram Bot work

Basically the telegram bot is a special telegram account which in the manufacturing process does not require a telephone number for activation and verification, users can interact with the telegram bot in 2 ways:

  • Send messages and commands to the bot directly from the chat window (direct message / DM) or by inviting them to enter the group and then typing the command in the group.
  • Inline bot – without sending any messages to the bot directly you can interact with the bot by simply typing @abbot followed by a query (inline queries). This way you can request content from the bot from any chat window, group or channel without having to send a message. anything to the bot. inline bot queries

Creating Telegram Bot with BotFather

Without learning programming you can create a simple telegram bot to make it easier for you to manage telegram groups or channels.

BotFather

As the name suggests, BotFather is the father of telegram bots, this bot is used to manage all bots in telegram. In other words, BotFather is a bot that provides a menu to manage bots that have been created by the user. If you have a bot then you can manage your bot. have to set it up via BotFather.

To start making a bot with a botfather, follow these steps

How To Make A Telegram Bot Without Programing

  • In the search box type botfather
  • Click on BotFather
  • Click start to start interacting with BotFather
  • type / newbot to create a new bot
  • type a name for your bot
  • create a username for your bot, the bot username must end with `bot` for example: assistantBot or assistant_bot
  • After the bot has been successfully created, you will receive an API token that you can use to access the bot API provided by telegram. API is an interface provided by an application to interact with the application, this API is commonly used by programmers to access other program functions of the program. they made.
How To Make A Telegram Bot Without Programing 2

You can manage / control the bot that you have created via BotFather with the commands provided

/ newbot - create new bots 
/ mybots - edit your bot [beta]

 

Edit Bots
 / setname - change your bot name 
/ setdescription - change bot description 
/ setabouttext - change bot about info 
/ setuserpic - change bot photos 
/ setcommands - create a list of commands 
/ deletebot - delete bots

 

Bot Settings
 / token - create new token 
/ revoke - remove access token 
/ setinline - enable / disable inline mode (https://core.telegram.org/bots/inline) 
/ setinlinegeo - enable / disable inline location requests (https: / /core.telegram.org/bots/inline#location-based-results) 
/ setinlinefeedback - changes inline feedback (https://core.telegram.org/bots/inline#collecting-feedback) settings 
/ setjoingroups - set your bot permissions to enter 
/ setprivacy groups - enable / disable privacy mode (https://core.telegram.org/bots#privacy-mode) in groups

 

Games
 / mygames - managing your games (https://core.telegram.org/bots/games) [beta] 
/ newgame - creating new games (https://core.telegram.org/bots/games) 
/ listgames - featuring list of games you created 
/ edit games - edit games 
/ deletegames - delete games

 

Until this point you have successfully created a telegram bot and the bot can be configured to handle the work according to what you define via bot settings.

Leave a Comment

Your email address will not be published. Required fields are marked *

No data found.