Telegram Online Bot Tool Tutorial
Online Bot Tool Introduction
Access link: https://tool.miha.uk/send.html
Very simple, open and use directly. No registration needed.
This tool was originally created to make it easier for users in China to use, and it's a fairly feature-complete GUI tool for Telegram Bots.
Term Explanations
- Bot Token: The access token for the bot, obtainable when creating a bot. (Through conversation with @Botfather)
- Chat_id: The target for this message. Can be: person/group/channel. However, groups and channels need to add the bot and authorize it as admin; people need to have had a conversation with the bot. Obtainable through conversation with @GetTheirIDBot
- Message Type: Various types of messages. This tool is based on HTTP API, has limits, attachments should not exceed 50M.
- Message Content: Needs to use markdown syntax. If you prefer HTML... well... develop one yourself.
- Custom Message Buttons: Technically called inline buttons, also known as footer messages. This actually supports multiple formats, but this one-way non-listening online tool only supports the most common type: URL links. That is, when others click the button, it jumps to a link (can be a website or internal communication object, such as: https://t.me/MrMiHa)