redditwarp.pagination.paginators.modmail_sync1#

class redditwarp.pagination.paginators.modmail_sync1.ModmailConversationMessagePaginator(client: Client, url: str, mailbox: str, subreddit_names: Sequence[str], sort: str, *, limit: int | None = 100)[source]#

Bases: Resettable, CursorPaginator[Tuple[ConversationInfo, Message]]

limit: int | None#
client: Client#
url: str#
mailbox: str#
subreddit_names: Sequence[str]#
sort: str#
reset() None[source]#
get_cursor() str[source]#
set_cursor(value: str) None[source]#
has_more() bool[source]#
set_has_more(value: bool) None[source]#
fetch() Sequence[Tuple[ConversationInfo, Message]][source]#