MessageQuery

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

Properties

Link copied to clipboard
val endStanzaId: String?
Link copied to clipboard
val maxPageSize: Int = 15
Link copied to clipboard
val startStanzaId: String?