Replies: 2 comments 2 replies
-
The library's objects are not serializable. Instead save the useful info (In your case message ID and channel ID); and refetch later with |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was curious to know if there was a way to store Messages on the disk so that it is possible to reconstruct it later without manual JSON encoding.
I have tried
pickle
but it raises aTypeError: cannot pickle '_OverlappedFuture' object
Beta Was this translation helpful? Give feedback.
All reactions