Create Best Bot With ASA Library
Version : 1.2X
What's news ? 💥
- Added new Class for Blockio
- Added new function for AutoTranslate
- Added new function for delete message (DeleteMessage in ASA.md)
- Added new function to add data (AddData in ASA.md)
- Added new function to add caption (AddCaption in ASA.md)
- Added virable to get message id SendMessage ($AntarX->SendMessageMI in ASA.md)
- Added new function to add from chat (SetFromChatID in ASA.md)
- Added new function to forward message (ForwardMessage in ASA.md)
- Added new class for encode/decode (AES.md)
- Added new function for Sum a value with the previous value of the data (PutSum in Mysql.md)
- Now you can create sticker pack (Check The ASA.md) now you can empty datas
$AntarX->EmptyData(); $AntarX->EmptyCaption(); $AntarX->EmptyParseMode(); $AntarX->EmptyReplyMarkup(); $AntarX->EmptyReplyToMessage();
Call this function to get this constant
$AntarX->info_bot(); echo USERBOT; //for user bot echo IDBOT; //for id bot echo NAMEBOT; //for name bot
Version : 0.0.1X
PHP Version : PHP 7.2
allow_url_fopen : On
memory_limit : 128MB Recommended 256MB
post_max_size : 64MB Recommended 128MB
upload_max_filesize : 256MB Recommended 1G
Library need : json , mysqli , zip
Just copy the ASA.php file to your web host and include for use
include "ASA.php"; //Your Source Code