markRead method

Future<void> markRead()

Mark the item as read.

This method pertains only to objects which were retrieved via the inbox.

Implementation

Future<void> markRead() async => await reddit.inbox.markRead([this]);