Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kekilla0 committed May 24, 2021
1 parent 88217c9 commit 41067a0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ Alternate Use : new WhisperDialog(data, options);

![In Action](https://i.gyazo.com/caa64884618a336a759f2e7bf292e5e8.gif)

Advanced Use
=> Data
# Advanced Use

Data :

1. content : `CONTENT OF THE DIALOG`,
2. users : Array of Users to send the message to
=> Options
3. skipDialog : true/false, will skip Client Dialog, automatically pushing information to user
4. chatWhisper : true/false will send a whisper as well as a whisper dialog to the user, mirrors check box in Client Dialog

Options :

1. skipDialog : true/false, will skip Client Dialog, automatically pushing information to user
2. chatWhisper : true/false will send a whisper as well as a whisper dialog to the user, mirrors check box in Client Dialog

Extra
If whisper is left blank and skipDialog is true, will fill whisper array with all available users.
Expand Down

0 comments on commit 41067a0

Please sign in to comment.