6.(command:/bc)
/bc
idd = '1950552279'
if str(idd) != str(message.chat.id):
bot.sendMessage(chat_id=u, text="❌ Command not found")
else:
code = f"""bot.forwardMessage(chat_id=u,from_chat_id='''{message.chat.id}''',message_id='''{message.message_id}''')"""
task = Bot.broadcast(code=code)
bot.sendMessage("<b>📣 Broadcast Sent...</b>")
Bot.saveData(task, None)
No comments:
Post a Comment