TalkProfile
public struct TalkProfile : Codable
카카오톡 프로필 가져오기 API 응답 클래스 입니다.
Seealso
TalkApi.profile(secureResource:)
-
카카오톡 닉네임
Declaration
Swift
public let nickname: String
-
카카오톡 프로필 이미지 URL
Declaration
Swift
public let profileImageUrl: URL?
-
카카오톡 프로필 이미지 썸네일 URL
Declaration
Swift
public let thumbnailUrl: URL?
-
카카오톡 국가 코드
Declaration
Swift
public let countryISO: String?
-
Declaration
Swift
public init(from decoder: Decoder) throws