Channel

data class Channel(val uuid: String, val encodedId: String, val relation: Channel.Relation, val updatedAt: Date?) : Parcelable

카카오톡 채널 관계 목록
List of the Kakao Talk Channel relationship

Constructors

Link copied to clipboard
constructor(uuid: String, encodedId: String, relation: Channel.Relation, updatedAt: Date?)

Types

Link copied to clipboard

카카오톡 채널 관계
Relationship with the Kakao Talk 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
@SerializedName(value = "channel_public_id")
val encodedId: String

카카오톡 채널 프로필 ID
Kakao Talk Channel profile ID

Link copied to clipboard

카카오톡 채널 관계
Relationship with the Kakao Talk Channel

Link copied to clipboard

최종 변경 일시
Last update time

Link copied to clipboard
@SerializedName(value = "channel_uuid")
val uuid: String

카카오톡 채널 고유 ID
Kakao Talk Channel unique ID