lukefx / hubot-telegram

Hubot adapter for Telegram
MIT License
160 stars 42 forks source link

Split messages into multiple parts to support the 4096 character limit Telegram imposes. #20

Closed arcturial closed 9 years ago

arcturial commented 9 years ago

Telegram has a limit of 4096 UTF8 characters, some scripts produce messages that have more characters. These messages will be split into multiple parts and be delivered sequentially to preserve the correct order.