uncollapse method

Future<void> uncollapse()

Mark the item as collapsed.

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

Implementation

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