From 466cb614e66065a464988b0204903ca16fb246dc Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Fri, 15 Oct 2021 23:59:51 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bbe94f..2bf610e 100644 --- a/README.md +++ b/README.md @@ -562,7 +562,7 @@ Of course, replace ``` xyz ``` with an actual ID. const metadata = await conn.groupMetadata("abcd-xyz@g.us") console.log(json.id + ", title: " + json.subject + ", description: " + json.desc) ``` -- To join the group using the invitation code +- To join the group using the invitation code (not supported yet) ``` ts const response = await conn.acceptInvite("xxx") console.log("joined to: " + response.gid) @@ -571,6 +571,8 @@ Of course, replace ``` xyz ``` with an actual ID. ## Broadcast Lists & Stories +**Note:** messages cannot be sent to broadcast lists from the MD version right now + - You can send messages to broadcast lists the same way you send messages to groups & individual chats. - Unfortunately, WA Web does not support creating broadcast lists right now but you can still delete them. - Broadcast IDs are in the format `12345678@broadcast`