Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 497 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 497 Bytes

telegram-bot-delphi

Features

  • ✅ Send text message
  • ✅ Send file
  • ✅ Send location
  • ✅ Send message with buttons
  • ✅ Get chat updates

How to create a bot in Telegram?

  1. Start a new chat with @BotFather in Telegram
  2. Send /newbot
  3. Choose a name for your bot
  4. Choose a username, it must end in "bot", Example: tetris_bot
  5. Get and save the "token" to use in examples

Telegram API Documentation