# Functions
Blocks splits an array of blocks into chunks of 100 blocks each.
RichText builds a new rich text block every 2000 characters of the provided string content.
RichTextWithLink builds a new rich text block every 2000 characters of the provided string content with a link.
# Constants
BlockLimit is the maximum number of blocks that can be sent in a single request.
CharacterLimit is the maximum number of characters that can be sent in a single rich text block.