Replies: 1 comment
-
Ah, disregard. It turns out that the list returned by get_comments does in fact contain a list of Comment objects :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems the function get_comments returns a list of comments, including their IDs and which mod they are from. However, I don't see any way to get the actual content of any given comment. The Comment object is modeled in entities.py but I don't see anything that can return a Comment. Am I missing it somewhere, or is this not possible?
Beta Was this translation helpful? Give feedback.
All reactions