pub async fn send_telegram_text( bot: &Bot, chat_id: i64, text: &str, reply_to_message_id: Option<i64>, ) -> Result<Vec<Message>, RequestError>