/telegram-bot-delphi

A simple example of integration with a telegram bot API.

Primary LanguagePascalApache License 2.0Apache-2.0

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