Friends
public struct Friends<T> : Codable where T : Decodable, T : Encodable
친구 목록 조회 API 응답 클래스
Seealso
TalkApi.friends(offset:limit:order:secureResource:)
-
친구 목록
Declaration
Swift
public let elements: [T]?
-
조회 가능한 전체 친구 수
Declaration
Swift
public let totalCount: Int
-
조회된 친구 중 즐겨찾기에 등록된 친구 수
Declaration
Swift
public let favoriteCount: Int
-
페이징으로 조회된 친구들 Merge Helper
Declaration
Swift
public static func merge(_ friendsOfArray: [Friends<T>]) -> Friends<T>