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.121 docs/file_comment_reaction.md
files.com-1.1.120 docs/file_comment_reaction.md
files.com-1.1.119 docs/file_comment_reaction.md
files.com-1.1.118 docs/file_comment_reaction.md
files.com-1.1.117 docs/file_comment_reaction.md
files.com-1.1.116 docs/file_comment_reaction.md
files.com-1.1.115 docs/file_comment_reaction.md
files.com-1.1.114 docs/file_comment_reaction.md
files.com-1.1.113 docs/file_comment_reaction.md
files.com-1.1.112 docs/file_comment_reaction.md
files.com-1.1.111 docs/file_comment_reaction.md
files.com-1.1.110 docs/file_comment_reaction.md
files.com-1.1.109 docs/file_comment_reaction.md
files.com-1.1.108 docs/file_comment_reaction.md
files.com-1.1.107 docs/file_comment_reaction.md
files.com-1.1.106 docs/file_comment_reaction.md
files.com-1.1.105 docs/file_comment_reaction.md
files.com-1.1.104 docs/file_comment_reaction.md
files.com-1.1.103 docs/file_comment_reaction.md
files.com-1.1.102 docs/file_comment_reaction.md