PickerChatRequestParams

@JvmOverloads
constructor(selectionType: PickerChatSelectionType, title: String? = null, chatFilters: List<PickerChatFilter>? = listOf(DefaultValues.DEFAULT_PICKER_CHAT_FILTER), viewAppearance: ViewAppearance = DefaultValues.DEFAULT_PICKER_VIEW_APPEARANCE, orientation: PickerOrientation = DefaultValues.DEFAULT_PICKER_ORIENTATION, enableSearch: Boolean = DefaultValues.DEFAULT_ENABLE_SEARCH, disableSelectOptions: List<DisableSelectOption>? = null, displayAllProfile: Boolean = DefaultValues.DEFAULT_DISPLAY_ALL_PROFILE, chatSelectParams: SelectParams = SelectParams.chat(mode = SelectionMode.SINGLE), chatMemberSelectParams: SelectParams? = null)