Update Telegram_phone_validation.py

This commit is contained in:
jowi-tech
2021-01-31 14:31:01 +01:00
committed by GitHub
parent d3c7ecfd18
commit 6f5fe0ee1d

View File

@@ -5,9 +5,9 @@ from telethon import functions, types
result = {}
PHONE_NUMBER = '+31682321057'
API_ID = 2551274
API_HASH = '2e026c92beed662f859144ab5442efcd'
PHONE_NUMBER = # Enter the telegram account phone number here
API_ID = # Enter the api id
API_HASH = #Enter the api hash
def get_names(phone_number):
try: