An app for create or get telegram api id and api
- Fast response to messages and communication with the Telegram
- Simple and Comprehensive
fromtgapiimportTelegramApplicationapp=TelegramApplication(PHONE_NUMBER)
send_password=app.send_password()
ifsend_password:
auth_login=app.auth_login(PASSWORD)
ifauth_login:
auth_app=app.auth_app()
print(auth_app)