MoreComments

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

A class indicating there are more comments.

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

Initialize a MoreComments instance.

await comments(*, update: bool = True) List[asyncpraw.models.Comment]

Fetch and return the comments for a single MoreComments object.

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

Return an instance of cls from data.

Parameters:
  • data – The structured data.

  • reddit – An instance of Reddit.