raph6/telegram-bot

There is no license information available for the latest version (1.0.2) of this package.

Telegram Bot

1.0.2 2022-02-10 13:29 UTC

This package is auto-updated.

Last update: 2024-09-10 19:27:45 UTC


README

composer require raph6/telegram-bot
$telegram = new TelegramBot('00000000000:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
$telegram->getChannelsId();
$telegram->sendMessage('YOUR_CHANNEL_ID', 'your message');