All Projects → GabrielTrigo → telegram-bot-delphi

GabrielTrigo / telegram-bot-delphi

Licence: Apache-2.0 License
A simple example of integration with a telegram bot API.

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to telegram-bot-delphi

Node Telegram Api
A simple API to create and control Telegram bots
Stars: ✭ 117 (+431.82%)
Mutual labels:  telegram, telegram-api
Micro Bot
🤖 Zero-configuration Telegram bot runner
Stars: ✭ 173 (+686.36%)
Mutual labels:  telegram, telegram-api
Pyrogram
Telegram MTProto API Client Library and Framework in Pure Python for Users and Bots
Stars: ✭ 2,252 (+10136.36%)
Mutual labels:  telegram, telegram-api
Novagram
An Object-Oriented PHP library for Telegram Bots
Stars: ✭ 112 (+409.09%)
Mutual labels:  telegram, telegram-api
Mtproto Core
Telegram API JS (MTProto) client library for browser and nodejs
Stars: ✭ 242 (+1000%)
Mutual labels:  telegram, telegram-api
Madelineproto
Async PHP client/server API for the telegram MTProto protocol
Stars: ✭ 1,776 (+7972.73%)
Mutual labels:  telegram, telegram-api
Sentry Telegram
Plugin for Sentry which allows sending notification via Telegram messenger.
Stars: ✭ 168 (+663.64%)
Mutual labels:  telegram, telegram-api
Tdsharp
C#/.NET Core bindings for TDLib (Telegram MTProto API)
Stars: ✭ 103 (+368.18%)
Mutual labels:  telegram, telegram-api
Core
PHP Telegram Bot based on the official Telegram Bot API
Stars: ✭ 2,899 (+13077.27%)
Mutual labels:  telegram, telegram-api
Telegram Bot Api
First Telegram Bot API node.js library
Stars: ✭ 205 (+831.82%)
Mutual labels:  telegram, telegram-api
Kepka
Unofficial Telegram Desktop messaging app
Stars: ✭ 109 (+395.45%)
Mutual labels:  telegram, telegram-api
Python Telegram
Python client for the Telegram's tdlib
Stars: ✭ 246 (+1018.18%)
Mutual labels:  telegram, telegram-api
Grammers
(tele)gramme.rs - use Telegram's API from Rust
Stars: ✭ 109 (+395.45%)
Mutual labels:  telegram, telegram-api
Telegram media downloader
Download media files from a telegram conversation/chat/channel up to 2GiB
Stars: ✭ 113 (+413.64%)
Mutual labels:  telegram, telegram-api
Mattata
A powerful, plugin-based, multi-purpose Telegram bot designed to serve a wide variety of purposes
Stars: ✭ 107 (+386.36%)
Mutual labels:  telegram, telegram-api
Magento Chatbot
Magento Chatbot Integration with Telegram, Messenger, Whatsapp, WeChat, Skype and wit.ai.
Stars: ✭ 149 (+577.27%)
Mutual labels:  telegram, telegram-api
Drone Telegram
Drone plugin for sending Telegram notifications
Stars: ✭ 67 (+204.55%)
Mutual labels:  telegram, telegram-api
Turibot
TuriBot is a simple way to communicate with Telegram APIs in PHP
Stars: ✭ 68 (+209.09%)
Mutual labels:  telegram, telegram-api
Tdl
Node.js bindings to TDLib.
Stars: ✭ 177 (+704.55%)
Mutual labels:  telegram, telegram-api
Go Tdlib
Golang Telegram TdLib JSON bindings
Stars: ✭ 244 (+1009.09%)
Mutual labels:  telegram, telegram-api

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].