hasOtherReplies property

bool get hasOtherReplies
inherited

Whether this thread has additional replies. If true, a call can be made to the getPostThreadOtherV2 endpoint to retrieve them.

Implementation

@ThreadItemConverter() List<ThreadItem> get thread;@ThreadgateViewConverter() ThreadgateView? get threadgate;/// Whether this thread has additional replies. If true, a call can be made to the `getPostThreadOtherV2` endpoint to retrieve them.
 bool get hasOtherReplies;