Chat Members
data class ChatMembers(activeMembersCount: Int?, activeFriendsCount: Int?, members: List<ChatMember>?, type: ChatMembers.Type, token: Long?) : Parcelable
Content copied to clipboard
/v1/api/talk/members API 의 응답.
Constructors
Link copied to clipboard
fun ChatMembers(activeMembersCount: Int?, activeFriendsCount: Int?, members: List<ChatMember>?, type: ChatMembers.Type, token: Long?)
Content copied to clipboard
Types
Functions
Properties
Link copied to clipboard
해당 챗방에 참여중인 멤버의 ChatMember 리스트. 멤버수가 500명을 초과할 경우 500명만 내려오게 된다.
Link copied to clipboard