MoreComments

class asyncpraw.models.MoreComments(reddit: Reddit, _data: Dict[str, Any])

A class indicating there are more comments.

__init__(reddit: Reddit, _data: Dict[str, Any])

Construct an instance of the MoreComments object.

await comments(update: bool = True) → List[Comment]

Fetch and return the comments for a single MoreComments object.

classmethod parse(data: Dict[str, Any], reddit: Reddit) → Any

Return an instance of cls from data.

Parameters
  • data – The structured data.

  • reddit – An instance of Reddit.

Note

This list of attributes is not complete. Async PRAW dynamically provides the attributes that Reddit returns via the API. Because those attributes are subject to change on Reddit’s end, Async PRAW makes no effort to document them, other than to instruct you on how to discover what is available. See Determine Available Attributes of an Object for detailed information.