StoryComment

public struct StoryComment : Codable

카카오스토리의 댓글 정보를 담고 있는 구조체 입니다.

  • 댓글의 텍스트 내용

    Declaration

    Swift

    public let text: String
  • 댓글의 작성자

    Declaration

    Swift

    public let writer: StoryActor