Open catskul opened 2 months ago
Call to
let messages_response = client .messages_list(user_id) .include_spam_trash(false) .max_results(1) .q(q) .await .unwrap();
results in:
called `Result::unwrap()` on an `Err` value: Protocol(JsonError(Error("missing field `internalDate`", line: 6, column: 5)))
without this its hard to do much with this package :(
Call to
results in: