Ffi List Conversations Options
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?)