Using telegram-bot-sdk with telegram.org

PHP integration

✓ Official SDK
Install
composer require telegram-bot-sdk
Use this method to close the bot instance before moving it from one local ser…
curl \
  https://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11/close
A simple method for testing your bot's auth token. Requires no parameters. Re…
curl \
  https://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11/getMe
SDK on GitHub 📄 API Docs
SDK
telegram-bot-sdk
PHP
API
telegram.org
telegram.org
At a glance
Language PHP
Endpoints74
Base URLhttps://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
✓ Official