MoreComments¶
- class praw.models.MoreComments(reddit, _data)¶
A class indicating there are more comments.
- Parameters:
reddit (praw.Reddit)
- __init__(reddit, _data)¶
Initialize a
MoreCommentsinstance.
- comments(*, update=True)¶
Fetch and return the comments for a single
MoreCommentsobject.- Return type:
- Parameters:
update (bool)