Skip to content

Commit

Permalink
Updated documentation for modmail conversation (#1572)
Browse files Browse the repository at this point in the history
* Updated documentation for modmail conversation
  • Loading branch information
fwump38 authored Nov 26, 2020
1 parent a1f7e01 commit 742e610
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions praw/models/reddit/subreddit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2435,9 +2435,10 @@ def modmail_conversations(
which to fetch conversations (default: None).
:param sort: Can be one of: mod, recent, unread, user
(default: recent).
:param state: Can be one of: all, archived, highlighted, inprogress,
mod, new, notifications, or appeals, (default: all). "all" does not
include internal, archived, or appeals conversations.
:param state: Can be one of: all, appeals, archived, default, highlighted,
inbox, inprogress, mod, new, notifications (default: all). "all" does not
include mod or archived conversations. "inbox" does not include appeals
conversations.
Keyword arguments are passed to :func:`.stream_generator`.
Expand Down

0 comments on commit 742e610

Please sign in to comment.