You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromtelethonimportTelegramClient, eventsapi_id=Noneapi_hash=""client=TelegramClient('SESSION', api_id, api_hash)
if__name__=='__main__':
print("Program is running...")
@client.on(events.NewMessage())asyncdefnew_order(event):
try:
print('Delivery new order...')
contain_key_word=Falseprint(event)
exceptExceptionasex:
print(f'Exception: {ex}')
client.start()
client.run_until_disconnected()
@Lonami Upon entering the phone number, there is input stating "Please enter the received code: " but no code is being sent while this procedure works fine when trying to login from telegram desktop itself or telegram app.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
@Lonami Upon entering the phone number, there is input stating "Please enter the received code: " but no code is being sent while this procedure works fine when trying to login from telegram desktop itself or telegram app.
The text was updated successfully, but these errors were encountered: