FfiListMessagesOptions

data class FfiListMessagesOptions(var sentBeforeNs: Long?, var sentAfterNs: Long?, var limit: Long?, var deliveryStatus: FfiDeliveryStatus?, var direction: FfiDirection?)

Constructors

Link copied to clipboard
constructor(sentBeforeNs: Long?, sentAfterNs: Long?, limit: Long?, deliveryStatus: FfiDeliveryStatus?, direction: FfiDirection?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var limit: Long?
Link copied to clipboard
Link copied to clipboard