StoryActor
public struct StoryActor : Codable
카카오스토리의 작성자 정보를 담고 있는 구조체
-
작성자의 표시되는 이름
Declaration
Swift
public let displayName: String
-
작성자의 썸네일에 대한 URL
Declaration
Swift
public let profileThumbnailUrl: URL?
-
Declaration
Swift
public init(from decoder: Decoder) throws