Spaces:
Sleeping
Sleeping
Kvikontent
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ channel_id = st.text_input("Enter Telegram Channel/Group ID:")
|
|
9 |
def get_telegram_info(channel_id):
|
10 |
api_id = "17181071"
|
11 |
api_hash = "422d63fefdaa0144dc94e9f9bf4261f7"
|
12 |
-
bot = telegram.Bot("
|
13 |
|
14 |
try:
|
15 |
chat = bot.get_chat(chat_id=channel_id)
|
|
|
9 |
def get_telegram_info(channel_id):
|
10 |
api_id = "17181071"
|
11 |
api_hash = "422d63fefdaa0144dc94e9f9bf4261f7"
|
12 |
+
bot = telegram.Bot("6676577705:AAGM97ly9yCxgeK_TTSaq1B1XyILZVtS8Wc")
|
13 |
|
14 |
try:
|
15 |
chat = bot.get_chat(chat_id=channel_id)
|