expirenza / telegram-helper
Helper for messaging through EXPIRENZA Telegram Bots API
1.0.0
2020-09-23 13:22 UTC
Requires
- php: >=7.0.0
This package is auto-updated.
Last update: 2025-04-23 23:56:34 UTC
README
Helper for messaging through EXPIRENZA Telegram Bots API
Installation
- All the
code
required to get started
Clone
- Clone this repo to your local machine using
https://github.com/EXPIRENZA/telegram-helper
Composer
$ composer require expirenza/telegram-helper "^1.0.0"
How to use
<?php
$helper = new TelegramHelper('OB9ymid4WQQNy-YNEJCHhXPgZRc2WhbA', true);
$helper->addMessage('Broadcast Message 1');
$helper->addMessage('Broadcast Message 2');
$helper->addMessage('Broadcast Message 3');
$helper->addMessage('Private Message Text', '+10000000000');
Support
Reach out to me at one of the following places!