raph6/telegram-bot

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

Telegram Bot

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/raph6/telegram-bot

1.0.2 2022-02-10 13:29 UTC

This package is auto-updated.

Last update: 2025-10-10 21:54:13 UTC


README

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