Spaces:
Build error
Build error
Update code4.py
Browse files
code4.py
CHANGED
|
@@ -3,6 +3,7 @@ from telethon.sync import TelegramClient, events
|
|
| 3 |
from telethon.tl.functions.messages import ImportChatInviteRequest
|
| 4 |
from telethon.tl.custom import Button
|
| 5 |
import random
|
|
|
|
| 6 |
|
| 7 |
api_id = "28810829"
|
| 8 |
api_hash = "d3f304bbd0b69b8c30dbec4be5824748"
|
|
|
|
| 3 |
from telethon.tl.functions.messages import ImportChatInviteRequest
|
| 4 |
from telethon.tl.custom import Button
|
| 5 |
import random
|
| 6 |
+
import logging
|
| 7 |
|
| 8 |
api_id = "28810829"
|
| 9 |
api_hash = "d3f304bbd0b69b8c30dbec4be5824748"
|