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])¶
Construct an instance of the MoreComments object.
- comments(update: bool = True) List[praw.models.Comment] ¶
Fetch and return the comments for a single MoreComments object.