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?