Sends a text message to the specified chat.
Future<void> sendTextMessage({ required String chatId, required String text, });