-
Notifications
You must be signed in to change notification settings - Fork 6
Home
SilverOS edited this page Mar 16, 2020
·
7 revisions
Silbot is a PHP framework based on OOP programming in PHP 7 with MySQL integration for Telegram bots. This framework easly provides many feature that can be useful for Developers. If you need any help you can pm me on @iTzSilver_YTbot or ask on our group @SilverOSGrupposo
Silbot is made to make everything faster and easier:
$bot->sendMessage($chat,'Hello!'); //first way
$bot->sendMessage($chat->id,'Hello!'); //second way
$callback->answer();
$callback->answer('This is an alert!',true);
$user->db->setColumn('state','search');
$user->db->state;
$message->deleteMessage();
$user->isMember($chat->id);
$user->isMember($chat);
-
Installation
-
Objects