Sha256: 2458a2f8ace704c10dc94dbf7a914bb31d7792bf98126e51677170c2e87dadad

Contents?: true

Size: 1.06 KB

Versions: 487

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

487 entries across 487 versions & 1 rubygems

Version Path
files.com-1.1.223 docs/file_comment_reaction.md
files.com-1.1.222 docs/file_comment_reaction.md
files.com-1.1.221 docs/file_comment_reaction.md
files.com-1.1.220 docs/file_comment_reaction.md
files.com-1.1.219 docs/file_comment_reaction.md
files.com-1.1.218 docs/file_comment_reaction.md
files.com-1.1.217 docs/file_comment_reaction.md
files.com-1.1.216 docs/file_comment_reaction.md
files.com-1.1.215 docs/file_comment_reaction.md
files.com-1.1.214 docs/file_comment_reaction.md
files.com-1.1.213 docs/file_comment_reaction.md
files.com-1.1.212 docs/file_comment_reaction.md
files.com-1.1.211 docs/file_comment_reaction.md
files.com-1.1.210 docs/file_comment_reaction.md
files.com-1.1.209 docs/file_comment_reaction.md
files.com-1.1.208 docs/file_comment_reaction.md
files.com-1.1.207 docs/file_comment_reaction.md
files.com-1.1.206 docs/file_comment_reaction.md
files.com-1.1.205 docs/file_comment_reaction.md
files.com-1.1.204 docs/file_comment_reaction.md