Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.08 KB

Thank you for reading me

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.

why use TGX?

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

Save and Get Data :

if(!Database::User_Exists($from_id)){
      Database::Put($from_id,"coins",100);
}
$Coins = Database::Get($from_id,"coins"); //Result 100

Send Message :

Data::chat_id($from_id);
Data::text("Hi.. 😃");
Connect::SendMessage();