ChatMember

data class ChatMember(appRegistered: Boolean?, id: Long?, nickname: String?, thumbnailImageUrl: String?, uuid: String, msgBlocked: Boolean?) : Parcelable

Constructors

Link copied to clipboard
fun ChatMember(appRegistered: Boolean?, id: Long?, nickname: String?, thumbnailImageUrl: String?, uuid: String, msgBlocked: Boolean?)

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 appRegistered: Boolean?

챗 멤버의 앱 가입 여부

Link copied to clipboard
val id: Long?

사용자 ID. appRegistered 가 true 인 경우에만 내려온다.

Link copied to clipboard
val msgBlocked: Boolean?
Link copied to clipboard
val nickname: String?

카카오톡 닉네임

Link copied to clipboard
@SerializedName(value = "thumbnail_image")
val thumbnailImageUrl: String?

친구의 썸네일 이미지

Link copied to clipboard
val uuid: String

해당 앱에서 유일한 친구의 code. 가변적인 데이터.