pub async fn forward_msgs_2ctx( ctx_src: &Context, msg_ids: &[MsgId], ctx_dst: &Context, chat_id: ChatId, ) -> Result<()>
Forwards multiple messages to a chat in another context.