Chats

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

채팅방 목록
List of chats

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
URL for the next page

Link copied to clipboard
val beforeUrl: String?

이전 페이지 URL
URL for the prior page

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

채팅방 목록
List of chats

Link copied to clipboard
val totalCount: Int

채팅방 수
Number of chats