Chat Request Params
class ChatRequestParams @JvmOverloads constructor(val selectionType: PickerChatSelectionType, val chatFilters: List<PickerChatFilter>? = listOf(DefaultValues.DEFAULT_PICKER_CHAT_FILTER)) : Parcelable
채팅방 피커 탭 설정
Options for the chatroom picker tap
Constructors
Link copied to clipboard
constructor(selectionType: PickerChatSelectionType, chatFilters: List<PickerChatFilter>? = listOf(DefaultValues.DEFAULT_PICKER_CHAT_FILTER))