Skip to content

Commit

Permalink
Update signin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Apr 23, 2024
1 parent 2be83a2 commit 6bcc6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiger/tools/communication/telegram/as_user/signin.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ async def send_message():
async with TelegramClient(
"upsonic_tiger", 21659296,
"7d0ebd20538d88ab0629eb926acb08f7") as client:
message = await client.send_message("me", "upsonic_tiger_test")
message = (await client.send_message("me", "upsonic_tiger_test")).id
await time.sleep(2)
await message.delete()
await client.delete_messages(num, message)

result = asyncio.run(send_message())
return result
Expand Down

0 comments on commit 6bcc6ba

Please sign in to comment.