User:Sts19211/sandbox

From Wikipedia, the free encyclopedia

[1]

[pyrogram] api_id = 12345 api_hash = 805449121:AAGsnwIWiNiGbCj03vVi4TWAL6_LVIWusQ8

from pyrogram import Client, Filters

  1. التوكن الذي حصلت عليه من @botfather
  2. مثال :
  3. app = Client("bot", bot_token="805449121:AAGsnwIWiNiGbCj03vVi4TWAL6_LVIWusQ8")

app = Client("اسم الجلسة", bot_token="التوكن")

  1. اذا كانت الرسالة في الخاص و كانت الرسالة الامر /start

@app.on_message(Filters.private & Filters.command('start')) def startmsg(client, message):

   # البوت سيقوم بالرد عليك بهذه الرسالة
   message.reply("اهلا بك في بوت همسات خواطر حياكم  @mama1921")


app.run() # لتشغيل البوت "long-polling"

805449121:AAGsnwIWiNiGbCj03vVi4TWAL6_LVIWusQ8

  1. ^ "Telegram Web". Telegram Web. Retrieved 2019-11-05.