Chat Request Params
class ChatRequestParams @JvmOverloads constructor(selectionType: PickerChatSelectionType, chatFilters: List<PickerChatFilter>?) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun ChatRequestParams(selectionType: PickerChatSelectionType, chatFilters: List<PickerChatFilter>? = listOf(DefaultValues.DEFAULT_PICKER_CHAT_FILTER))
Content copied to clipboard