lib / com.kirkbushman.araw.http.listings / MessageListing

MessageListing

@JsonClass(true) data class MessageListing : Listing<EnvelopedMessage>, Parcelable

Constructors

<init>

MessageListing(modhash: String?, dist: Int?, children: List<EnvelopedMessage>, after: String?, before: String?)

Properties

after

val after: String?

before

val before: String?

children

val children: List<EnvelopedMessage>

dist

val dist: Int?

modhash

val modhash: String?