MoreComments¶
- class praw.models.MoreComments(reddit: praw.Reddit, _data: Dict[str, Any])¶
A class indicating there are more comments.
- __init__(reddit: praw.Reddit, _data: Dict[str, Any])¶
Initialize a
MoreCommentsinstance.
- comments(*, update: bool = True) List[praw.models.Comment]¶
Fetch and return the comments for a single
MoreCommentsobject.
- classmethod parse(data: Dict[str, Any], reddit: praw.Reddit) Any¶
Return an instance of
clsfromdata.- Parameters:
data – The structured data.
reddit – An instance of
Reddit.