GetPostThreadV2Response
data class GetPostThreadV2Response(val thread: List<GetPostThreadV2ThreadItem>, val threadgate: ThreadgateView? = null, val hasOtherReplies: Boolean)
Parameters
hasOtherReplies
Whether this thread has additional replies. If true, a call can be made to the getPostThreadOtherV2 endpoint to retrieve them.
Constructors
Link copied to clipboard
constructor(thread: List<GetPostThreadV2ThreadItem>, threadgate: ThreadgateView? = null, hasOtherReplies: Boolean)