Due to a lack of knowledge, I encountered an issue on the TelebotCreator website. I created a simple bot, but I can’t forward messages if they contain one or more photos or videos. Messages without media are forwarded without any problems, but when media is attached, the message fails to send.
I know there are experienced people here; could you help me solve this problem?
GROUP_ID = "*******"
if msg:
bot.forwardMessage(GROUP_ID, message.chat.id, message.message_id)
P.S. Guys, please, no insults…
2
Answers
You can send message with media like .gif file.
Please check this github repo.
https://github.com/Any-bot/D2T-msg-forward
Also https://dev.to/plzbugmenot/building-a-discord-to-telegram-token-address-forwarder-8m
I wanna hear from you.
Thank you.
If you want to send photo, you can use this codebase.
Also here.