Kvikontent commited on
Commit
d3fd0b7
·
verified ·
1 Parent(s): 98468ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("5991839422:AAHWEwUKG25qQhffz7RZtDwqzb-XRGJxGpo")
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)