Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 758 Bytes

CommentReaction.md

File metadata and controls

27 lines (20 loc) · 758 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: null,
                                 emoji: null,
                                 created_at: null,
                                 updated_at: null,
                                 comment: null,
                                 user: null)