stolfam/telegram-simple-message-php

PHP class for simple sending a Telegram message via a bot.

1.0.3 2021-11-02 12:49 UTC

This package is auto-updated.

Last update: 2024-04-29 04:40:43 UTC


README

Simple sending a telegram message via bot.

$telegramBot = new TelegramBot($botToken);
$telegramBot->sendMessage("Your message here", "your_chat_id");