collapse method

Future<void> collapse()

Mark the item as collapsed.

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

Implementation

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