FfiListConversationsOptions

data class FfiListConversationsOptions(var createdAfterNs: Long?, var createdBeforeNs: Long?, var limit: Long?, var consentState: FfiConsentState?)

Constructors

Link copied to clipboard
constructor(createdAfterNs: Long?, createdBeforeNs: Long?, limit: Long?, consentState: FfiConsentState?)

Types

Link copied to clipboard
object Companion

Properties

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