pub async fn send_telegram_message( bot: &Bot, chat_id: ChatId, text: impl Into<String>, ) -> Result<Message, RequestError>