ChatMember

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

채팅방 멤버
Member of the chat

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?

앱 연결 여부
Whether linked to the app

Link copied to clipboard
val id: Long?

회원번호
Service user ID

Link copied to clipboard
val msgBlocked: Boolean?

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

Link copied to clipboard
val nickname: String?

프로필 닉네임
Profile nickname

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

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

Link copied to clipboard
val uuid: String

고유 ID
Unique ID