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.203 docs/file_comment_reaction.md
files.com-1.1.202 docs/file_comment_reaction.md
files.com-1.1.201 docs/file_comment_reaction.md
files.com-1.1.200 docs/file_comment_reaction.md
files.com-1.1.199 docs/file_comment_reaction.md
files.com-1.1.198 docs/file_comment_reaction.md
files.com-1.1.197 docs/file_comment_reaction.md
files.com-1.1.196 docs/file_comment_reaction.md
files.com-1.1.195 docs/file_comment_reaction.md
files.com-1.1.194 docs/file_comment_reaction.md
files.com-1.1.193 docs/file_comment_reaction.md
files.com-1.1.192 docs/file_comment_reaction.md
files.com-1.1.191 docs/file_comment_reaction.md
files.com-1.1.190 docs/file_comment_reaction.md
files.com-1.1.189 docs/file_comment_reaction.md
files.com-1.1.188 docs/file_comment_reaction.md
files.com-1.1.187 docs/file_comment_reaction.md
files.com-1.1.186 docs/file_comment_reaction.md
files.com-1.1.185 docs/file_comment_reaction.md
files.com-1.1.184 docs/file_comment_reaction.md