Skip to content

Commit 7ab23df

Browse files
committed
Add doc for addReactions on the readme file
1 parent 66a2267 commit 7ab23df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ Set your Reactions:
6464
reactButton.setReactions(Reaction... reaction);
6565
```
6666

67+
Add new Reactions to the reactions list:
68+
69+
```java
70+
reactButton.addReactions(Reaction... reaction);
71+
```
72+
6773
Set Current Reaction:
6874

6975
```java

0 commit comments

Comments
 (0)