pub async fn get_chat_msgs( context: &Context, chat_id: ChatId, ) -> Result<Vec<ChatItem>>
Returns all messages belonging to the chat.