Properly handling message overflows #6
Reference in New Issue
Block a user
Delete Branch "fix/msg-length"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is an update the bolt library that prevents bots from erroring if it is sending a message that is longer than the allowed amount of characters. Messages that exceed 2000 characters will be chunked into separate messages.
chunking messages that overflowto Properly handling message overflows