deneme / app.py
fzxsel's picture
Create app.py
642f74e
raw
history blame contribute delete
261 Bytes
from pyrogram import Client
api_id = 24701457
api_hash = "686713fcfdb8ce2ffa51383a886d92c3"
bot_token = "6432211358:AAG86KB_U7q14jb7TXwKfinYm5AAcf7pXrk"
app = Client(
"Fzxsel_Bot",
api_id=api_id, api_hash=api_hash,
bot_token=bot_token
)
app.run()