Skip to content

Monsters-Dev/TGX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

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();

About

Connect To API Telegram with Library php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published