Channels

data class Channels(userId: Long?, channels: List<Channel>?) : Parcelable

카카오톡 채널 추가상태 조회 API 응답 클래스

Constructors

Link copied to clipboard
fun Channels(userId: Long?, channels: List<Channel>?)

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 channels: List<Channel>?

사용자의 채널 추가상태 목록

Link copied to clipboard
val userId: Long?

회원번호