Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 752 Bytes

File metadata and controls

27 lines (20 loc) · 752 Bytes

Phrase::CommentReaction

Properties

Name Type Description Notes
id String [optional]
emoji String [optional]
created_at Time [optional]
updated_at Time [optional]
comment Comment [optional]
user UserPreview [optional]

Code Sample

require 'phrase'

instance = Phrase::CommentReaction.new(id: nil,
                                 emoji: nil,
                                 created_at: nil,
                                 updated_at: nil,
                                 comment: nil,
                                 user: nil)