Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit b87232d

Browse files
committed
Readme updates
1 parent 9e56787 commit b87232d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ SlackKit currently supports the a subset of the Slack Web APIs that are availabl
7070
- chat.postMessage
7171
- chat.update
7272
- emoji.list
73+
- files.comments.add
74+
- files.comments.edit
75+
- files.comments.delete
7376
- files.delete
7477
- files.upload
7578
- groups.close
@@ -192,8 +195,8 @@ func itemStarred(item: Item, star: Bool)
192195

193196
#####ReactionEventsDelegate
194197
```swift
195-
func reactionAdded(reaction: String?, item: Item?)
196-
func reactionRemoved(reaction: String?, item: Item?)
198+
func reactionAdded(reaction: String?, item: Item?, itemUser: String?)
199+
func reactionRemoved(reaction: String?, item: Item?, itemUser: String?)
197200
```
198201

199202
#####TeamEventsDelegate

0 commit comments

Comments
 (0)