From 41067a08eb25ea049c8c3d7b9db63fe41c03c7ba Mon Sep 17 00:00:00 2001 From: Kekilla0 <64717385+Kekilla0@users.noreply.github.com> Date: Sun, 23 May 2021 21:20:54 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aba35b8..9340378 100644 --- a/README.md +++ b/README.md @@ -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.