from pyrogram import Client
app = Client(
name="Samsung Galacxy A56",
bot_token="7924978339:AAF0ut_UhDdRN9Z-Xcs3lE4cCEz6-7GxBxw",
api_hash='c09bff153f198edb8888bfea4cd1bb93',
api_id=26362714،
proxy={'scheme': 'http', 'hostname': '127.0.0.1', 'port': 12335}
)
@app.on_message()
async def new_message(client, msg):
await msg.reply(
"WeleCome babay"
)
app.run()