T2972
Telegram will not broadcast a message longer than 4096 characters. These will throw an error.
These need to be handled somehow. This diff makes sure the telegram bot does not try to broadcast messages longer than 4096 characters.
- If the block summary msg is less than 4096 characters, it is sent as normal
- If the block summary msgs is greater than 4096 characters, it is divided into multiple msgs, and each one is sent replying the the previous msg