ChatMembers
public struct ChatMembers : Codable
채팅방 멤버 조회 API 응답 클래스
Seealso
TalkApi.chatMembers(chatId:friendsOnly:includeProfile:secureResource:offset:limit:order:)
-
채팅방 타입.
Direct
,Multi
Declaration
Swift
public let type: String
-
내려받은 멤버 목록의 수 (최대 500)
Declaration
Swift
public let activeMembersCount: Int?
-
내려받은 멤버 중 친구의 수
Declaration
Swift
public let activeFriendsCount: Int?