MessageQuery

data class MessageQuery(val startStanzaId: String?, val endStanzaId: String?, val maxPageSize: Int = 15)

Constructors

Link copied to clipboard
constructor(startStanzaId: String?, endStanzaId: String?, maxPageSize: Int = 15)

Properties

Link copied to clipboard
Link copied to clipboard
val maxPageSize: Int = 15
Link copied to clipboard