pub(crate) async fn update_msg_text_and_timestamp( context: &Context, chat_id: ChatId, msg_id: MsgId, text: &str, timestamp: i64, ) -> Result<()>