Selected Chat
data class SelectedChat(val id: Long, val memberCount: Int? = 0, val titleSource: String?, val imageUrl: String?, val roomType: PickerChatRoomType?) : Parcelable
선택한 채팅방 정보
Selected chat information
Constructors
Link copied to clipboard
constructor(id: Long, memberCount: Int? = 0, titleSource: String?, imageUrl: String?, roomType: PickerChatRoomType?)