✨ Try To Send Loop Message In TPY.
❤️ Command:- /loop
➡️ Format:- /loop 10#@Privates_Bots
☣ TPY:-
if not params is None :
pr = params.split("#")
nn = int(pr[0])
tt = pr[1]
txt = ""
# Gen message
for i in range(nn):
cnt = i + 1
txt += f"{cnt}. {tt}\n"
bot.sendMessage(chat_id=message.chat.id, text=txt)
❤️ Command:- /loop
➡️ Format:- /loop 10#@Privates_Bots
☣ TPY:-
if not params is None :
pr = params.split("#")
nn = int(pr[0])
tt = pr[1]
txt = ""
# Gen message
for i in range(nn):
cnt = i + 1
txt += f"{cnt}. {tt}\n"
bot.sendMessage(chat_id=message.chat.id, text=txt)
👨💻 Created By @AlgoRaushan