Skip to content

steelice/TelegramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages