Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

TelegramBot

Interface and some usefult classes to working with Telegram Bot API

Example

$th = new RulezDev\TelegramBot\TelegramBotAPI('YOUR_TELEGRAM_KEY');
$th->sendMessage($userOrChatID, $text, $replyToID, $replyMarkup, $additionalParameters);
$th->sendPhoto($userOrChatID, $pathToFile, $caption, $replyToID, $replyMarkup, $additionalParameters);
$th->editMessage($userOrChatID, $messageID, $newText, $replyMarkup, $additionalParameters);

About

Interface to working with Telegram Bot API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages