Chat Members
data class ChatMembers(activeMembersCount: Int?, activeFriendsCount: Int?, members: List<ChatMember>?, type: ChatMembers.Type, token: Long?) : Parcelable
Content copied to clipboard
채팅방 멤버 목록
List of chat members
Constructors
Link copied to clipboard
fun ChatMembers(activeMembersCount: Int?, activeFriendsCount: Int?, members: List<ChatMember>?, type: ChatMembers.Type, token: Long?)
Content copied to clipboard