StoryLike

public struct StoryLike : Codable

카카오스토리의 좋아요 등 느낌(감정표현)에 대한 정보를 담고 있는 구조체

  • 느낌(감정표현)에 대한 정의

    See more

    Declaration

    Swift

    public enum Emotion : String, Codable
  • 느낌에 대한 정보. 예) 좋아요, 멋져요, 기뻐요, 슬퍼요, 힘내요

    Declaration

    Swift

    public let emotion: Emotion
  • 느낌의 작성자

    Declaration

    Swift

    public let actor: StoryActor