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