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