Chats

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

채팅방 목록
List of chats

Constructors

Link copied to clipboard
constructor(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

다음 페이지 URL
URL for the next page

Link copied to clipboard

이전 페이지 URL
URL for the prior page

Link copied to clipboard

채팅방 목록
List of chats

Link copied to clipboard

채팅방 수
Number of chats