| Name | Type | Description | Notes |
|---|---|---|---|
| comment | String | ||
| mentions | Array<CommentUserMentionInfo> | [optional] | |
| hash_tags | Array<CommentUserHashTagInfo> | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::CommentTextUpdateRequest.new(
comment: null,
mentions: null,
hash_tags: null
)