@JsonClass(true) data class MessageListing : Listing<EnvelopedMessage>, Parcelable
<init> |
MessageListing(modhash: String?, dist: Int?, children: List<EnvelopedMessage>, after: String?, before: String?) |
after |
val after: String? |
before |
val before: String? |
children |
val children: List<EnvelopedMessage> |
dist |
val dist: Int? |
modhash |
val modhash: String? |