It seems that Telegram has a maximum message length of 4096 characters.
Some implementations have tried to work around it like so:
https://github.com/lukefx/hubot-telegram/blob/d0bc8c115d269a2fb6f292121a163012f1e29fb7/src/telegram.coffee#L74-L102
The biggest issue I'm having is message ordering, i.e., messages doesn't necessarily get delivered in the same order that they are sent, even if sent sequentially.
I'm wondering how others are working around this?
Phillip.
It seems that Telegram has a maximum message length of 4096 characters.
Some implementations have tried to work around it like so:
https://github.com/lukefx/hubot-telegram/blob/d0bc8c115d269a2fb6f292121a163012f1e29fb7/src/telegram.coffee#L74-L102
The biggest issue I'm having is message ordering, i.e., messages doesn't necessarily get delivered in the same order that they are sent, even if sent sequentially.
I'm wondering how others are working around this?
Phillip.