A library for making selfies and bots in Rubika messenger with php programming language
An Exmaple:
<?php
include "rubika/client.php";
$bot = new Client("AUTH");
$test = $bot -> sendText("chat_id->object_guid", "text-message");
print_r($test);
?>
Other examples:
Thanks From: