Channel

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

카카오톡 채널 관계 목록
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
@Serializable(with = Channel.RelationSerializer::class)
enum Relation : Enum<Channel.Relation>

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

Properties

Link copied to clipboard
@SerialName(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
@SerialName(value = "updated_at")
val updatedAt: Date?

최종 변경 일시
Last update time

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

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