Chat
data class Chat(id: Long, title: String?, imageUrl: String?, memberCount: Int?, displayMemberImages: List<String>?, roomType: Chat.ChatRoomType?, titleSource: String) : Parcelable
Content copied to clipboard
카카오톡 채팅방 정보.
Constructors
Types
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "chat_room_type" )
Content copied to clipboard
Link copied to clipboard