Sha256: 2458a2f8ace704c10dc94dbf7a914bb31d7792bf98126e51677170c2e87dadad

Contents?: true

Size: 1.06 KB

Versions: 445

Compression:

Stored size: 1.06 KB

Contents

# FileCommentReaction

## Example FileCommentReaction Object

```
{
  "id": 1,
  "emoji": "👍"
}
```

* `id` (int64): Reaction ID
* `emoji` (string): Emoji used in the reaction.
* `user_id` (int64): User ID.  Provide a value of `0` to operate the current session's user.
* `file_comment_id` (int64): ID of file comment to attach reaction to.


---

## Create File Comment Reaction

```
Files::FileCommentReaction.create(
  user_id: 1, 
  file_comment_id: 1, 
  emoji: "emoji"
)
```

### Parameters

* `user_id` (int64): User ID.  Provide a value of `0` to operate the current session's user.
* `file_comment_id` (int64): Required - ID of file comment to attach reaction to.
* `emoji` (string): Required - Emoji to react with.


---

## Delete File Comment Reaction

```
Files::FileCommentReaction.delete(id)
```

### Parameters

* `id` (int64): Required - File Comment Reaction ID.


---

## Delete File Comment Reaction

```
file_comment_reaction = Files::FileCommentReaction.new

file_comment_reaction.delete
```

### Parameters

* `id` (int64): Required - File Comment Reaction ID.

Version data entries

445 entries across 445 versions & 1 rubygems

Version Path
files.com-1.1.101 docs/file_comment_reaction.md
files.com-1.1.100 docs/file_comment_reaction.md
files.com-1.1.99 docs/file_comment_reaction.md
files.com-1.1.98 docs/file_comment_reaction.md
files.com-1.1.97 docs/file_comment_reaction.md
files.com-1.1.96 docs/file_comment_reaction.md
files.com-1.1.95 docs/file_comment_reaction.md
files.com-1.1.94 docs/file_comment_reaction.md
files.com-1.1.93 docs/file_comment_reaction.md
files.com-1.1.92 docs/file_comment_reaction.md
files.com-1.1.91 docs/file_comment_reaction.md
files.com-1.1.90 docs/file_comment_reaction.md
files.com-1.1.89 docs/file_comment_reaction.md
files.com-1.1.88 docs/file_comment_reaction.md
files.com-1.1.87 docs/file_comment_reaction.md
files.com-1.1.66 docs/file_comment_reaction.md
files.com-1.1.65 docs/file_comment_reaction.md
files.com-1.1.64 docs/file_comment_reaction.md
files.com-1.1.63 docs/file_comment_reaction.md
files.com-1.1.62 docs/file_comment_reaction.md