ربات تلگرامی که میتوانید دکمه های دلخواه خود را ایجاد کنید و بخش های مختلف را ایجاد کرده
ابتدا تمامی فایل ها را در سرور خود آپلود کنید
فایل config.php را باز کرده و در لاین 3 توکن ربات و در لاین 144 ایدی عددی ادمین ها رو وارد کنید.
و در نهایت ربات خود را وبهوک کنید و /start کنید
برای وبهوک کردن میتوانید از ربات های آماده یا بصورت دستی وبهوک کرده که به این صورت میباشد
https://api.telegram.org/bot#token/setwebhook?url=#domain
به جای #token توکن ربات خودتون رو بزارید و بجای #domain مسیر index.php رو قرار دهید و بعد از بازکردن باید خروجی جیسون true باشد
موفق باشید
Telegram bot that you can create your desired buttons and create different sections
First, upload all the files to your server
Open the config.php file and enter the robot token in line 3 and admins' numerical ID in line 144.
And finally, wake up your robot and start /start
You can use ready-made bots or manual bots, which is like this
https://api.telegram.org/bot#token/setwebhook?url=#domain
Instead of #token, put your robot token and instead of #domain, put the index.php path, and after opening it, Json output should be true.
Good luck