If you read this text for the first time, you need to know that this is a great opportunity for you to multiply your speed.
Low costs: Use the library at the server of the filtering telegram countries (example : Iran and Russia) at the best rate
Readable and easy: Writing code with TGX is neat and beautiful, and other people easily understand your code.
Very fast and editable: You can easily change the robot database by clicking on the inline buttons and also know the full status of the server in the robot.
Optimum : Strong server, high speed - Weak server, Optimum speed
Short code: You can specify the recipient at the beginning of the code and specify the function at the end of the code
if(!Database::User_Exists($from_id)){
Database::Put($from_id,"coins",100);
}
$Coins = Database::Get($from_id,"coins"); //Result 100
Data::chat_id($from_id);
Data::text("Hi.. 😃");
Connect::SendMessage();