appleboy/telegram-action

Bad Request: message is too long

rffontenelle opened this issue · 0 comments

It seems Telegram Bot API limits to 4096 characters per message, so sending a string or a text file that exceeds this limit will make this action returns Bad Request: message is too long.

Would it be possible to "automagically" break bigger messages in smaller messages in order to meet this limit?