telegram-action
telegram-action copied to clipboard
Bad Request: message is too long
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?