redditwarp.models.more_comments_SYNC#

class redditwarp.models.more_comments_SYNC.MoreComments(*, submission_id36: str, comment_id36: str, sort: str, d: Mapping[str, Any], client: Client)[source]#

Bases: object

property submission_id: int#
property comment_id: int#
submission_id36: str#
comment_id36: str#
sort: str#
d: Mapping[str, Any]#
client: Client#
class redditwarp.models.more_comments_SYNC.ContinueThisThread(*, submission_id36: str, comment_id36: str, sort: str, d: Mapping[str, Any], client: Client)[source]#

Bases: MoreComments

redditwarp.models.more_comments_SYNC.DepthMoreComments#

alias of ContinueThisThread

class redditwarp.models.more_comments_SYNC.LoadMoreComments(*, submission_id36: str, comment_id36: str, child_id36s: Sequence[str], sort: str, count: int, d: Mapping[str, Any], client: Client)[source]#

Bases: MoreComments

child_id36s: Sequence[str]#
count: int#
redditwarp.models.more_comments_SYNC.BreadthMoreComments#

alias of LoadMoreComments