StoryProfile
public struct StoryProfile : Codable
카카오스토리 프로필 가져오기 API 응답 클래스 입니다.
Seealso
StoryApi.profile(secureResource:)
-
스토리 프로필의 생일 타입
See moreDeclaration
Swift
public enum BirthdayType : String, Codable
-
카카오스토리 닉네임
Declaration
Swift
public let nickName: String?
-
카카오스토리 프로필 이미지 URL
Declaration
Swift
public let profileImageUrl: URL?
-
카카오스토리 프로필 이미지 썸네일 URL
Declaration
Swift
public let thumbnailUrl: URL?
-
카카오스토리 배경이미지 URL
Declaration
Swift
public let bgImageUrl: URL?
-
카카오스토리 permanent link. 내 스토리를 방문할 수 있는 웹 page의 URL
Declaration
Swift
public let permalink: URL?
-
생일 (MMDD)
Declaration
Swift
public let birthday: String?
-
생일 타입
Seealso
BirthdayType
Declaration
Swift
public let birthdayType: BirthdayType?
-
Declaration
Swift
public init(from decoder: Decoder) throws