Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 556 Bytes

File metadata and controls

22 lines (16 loc) · 556 Bytes

FastCommentsClient::CommentTextUpdateRequest

Properties

Name Type Description Notes
comment String
mentions Array<CommentUserMentionInfo> [optional]
hash_tags Array<CommentUserHashTagInfo> [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::CommentTextUpdateRequest.new(
  comment: null,
  mentions: null,
  hash_tags: null
)