EM
Size: a a a
EM
T
KO
KO
KO
KO
KO
KO
KO
KA

П
s
П
import threading
def send(m, text):
bot.send_message(m.chat.id, text)
@bot.message_handler()
def fff(m):
text = '10 сек'
threading.Timer(10, send, args = [m, text]).start()
T
import threading
def send(m, text):
bot.send_message(m.chat.id, text)
@bot.message_handler()
def fff(m):
text = '10 сек'
threading.Timer(10, send, args = [m, text]).start()
П
П
T
KO
import threading
def send(m, text):
bot.send_message(m.chat.id, text)
@bot.message_handler()
def fff(m):
text = '10 сек'
threading.Timer(10, send, args = [m, text]).start()