RefLib (Lib)

Ref Lib Is Used To Add Refer System In Bot

You do not have add any function to check user is refer or not bot will automatically check but if you want to give bonus to referred by person then you need to use functions.

circle-info

Create Refer Link

<?php
$ref_link = RefLib_createRefLink($chat_id,"");
bot_sendMessage($chat_id,$message_id, "$ref_link","","Markdown");

circle-info

Add Refer Bonus

<?php
RefLib_addRefBonus($chat_id,"balance","4");

"balance" Is The Assets Name And "4" Is The Amount To Give As Refer Bonus.

circle-check
<?php
$id = RefLib_checkRefBy($chat_id);
bot_sendMessage($chat_id,$message_id, "You Where Refer By : $id","","Markdown");

circle-check

circle-check

Or

circle-check

Top Refers List Works Perfectly Till 7. And Max Is 10.

Last updated