Module rawr::structures::messages [] [src]

Structures for private messages.

Structs

Message

A representation of a private message from Reddit.

MessageInterface

A helper struct which allows access to the inbox, unread messages and other message queues.

MessageListing

A listing of messages that will auto-paginate until all messages in the listing have been exhausted.

MessageStream

A stream of unread messages from oldest to newest. Before being yielded from this iterator, each message will be marked as read (and will not show up in the unread queue again).