PartnerFriend

@Serializable
data class PartnerFriend(val id: Long?, val uuid: String, val profileNickname: String?, val profileThumbnailImage: String?, val favorite: Boolean?, val registeredToApp: Boolean?, val appRegistered: Boolean?, val relation: FriendRelation?, val talkOs: String?, val msgAllowed: Boolean?, val allowedMsg: Boolean?)

친구 정보
Friend information

Constructors

Link copied to clipboard
constructor(id: Long?, uuid: String, profileNickname: String?, profileThumbnailImage: String?, favorite: Boolean?, registeredToApp: Boolean?, appRegistered: Boolean?, relation: FriendRelation?, talkOs: String?, msgAllowed: Boolean?, allowedMsg: Boolean?)

Properties

Link copied to clipboard
@SerialName(value = "allowed_msg")
val allowedMsg: Boolean?

메시지 수신 허용 여부
Whether to allow receiving messages

Link copied to clipboard
@SerialName(value = "app_registered")
val appRegistered: Boolean?

앱 연결 여부
Whether linked to the app

Link copied to clipboard
val favorite: Boolean?

즐겨찾기 친구 여부
Whether a favorite friend

Link copied to clipboard
val id: Long?

회원번호
Service user ID

Link copied to clipboard
val msgAllowed: Boolean?
Link copied to clipboard
@SerialName(value = "profile_nickname")
val profileNickname: String?

프로필 닉네임
Profile nickname

Link copied to clipboard
@SerialName(value = "profile_thumbnail_image")
val profileThumbnailImage: String?

프로필 썸네일 이미지
Profile thumbnail image

Link copied to clipboard
val registeredToApp: Boolean?
Link copied to clipboard

사용자와 친구의 관계
Relationship between user and friend

Link copied to clipboard
@SerialName(value = "talk_os")
val talkOs: String?

카카오톡 가입 기기 OS
Filtering options for the OS of the device used to sign up for Kakao Talk

Link copied to clipboard
val uuid: String

고유 ID
Unique ID