pub fn split_message(text: &str, max_chunk_size: usize) -> Vec<String>
Split message into chunks (VK has 4096 char limit)