Chat

data class Chat(id: Long, title: String?, imageUrl: String?, memberCount: Int?, displayMemberImages: List<String>?, roomType: Chat.ChatRoomType?, titleSource: String) : Parcelable

카카오톡 채팅방 정보.

Constructors

Link copied to clipboard
fun Chat(id: Long, title: String?, imageUrl: String?, memberCount: Int?, displayMemberImages: List<String>?, roomType: Chat.ChatRoomType?, titleSource: String)

Types

Link copied to clipboard
enum ChatRoomType : Enum<Chat.ChatRoomType>

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val displayMemberImages: List<String>?

채팅방 멤버 중 최대 5명의 썸네일 이미지 목록

Link copied to clipboard
val id: Long

채팅방 아이디

Link copied to clipboard
val imageUrl: String?

이미지 URL

Link copied to clipboard
val memberCount: Int?

참여한 멤버 수

Link copied to clipboard
@SerializedName(value = "chat_room_type")
val roomType: Chat.ChatRoomType?

해당 채팅방의 타입

Link copied to clipboard
val title: String?

채팅방 이름

Link copied to clipboard
val titleSource: String

채팅방 이름 제공자