Chats

data class Chats(totalCount: Int, elements: List<Chat>?, beforeUrl: String?, afterUrl: String?) : Parcelable

카카오톡 채팅방 목록 조회 API 응답 모델.

Constructors

Link copied to clipboard
fun Chats(totalCount: Int, elements: List<Chat>?, beforeUrl: String?, afterUrl: String?)

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 afterUrl: String?

친구 목록 현재 페이지의 다음 페이지 URL

Link copied to clipboard
val beforeUrl: String?

친구 목록 현재 페이지의 이전 페이지 URL

Link copied to clipboard
val elements: List<Chat>?

채팅방 목록

Link copied to clipboard
val totalCount: Int

전체 채팅방 수