S
Size: a a a
S
ᴛʀ
s
ᴛʀ
s
MW
MW
KA
KA
KA
ᴛʀ
ᴛʀ
ᴛʀ
@bot.message_handler(content_types=['text'])
def repeat (message):
bot.send_message(my_chat_id, message.text, parse_mode="Markdown")
bot.send_message(message.chat.id, "Sent")
@bot.message_handler(content_types=['photo', 'document', 'audio', 'sticker', 'video', 'video_note', 'voice', 'location', 'contact'])
def send_photo (message):
bot.send_message(my_chat_id, "Sorry, this bot does not support such filetype")
ᴛʀ
ᴛʀ
ᴛʀ
ᴛʀ
MW
MW
ᴛʀ