Update README.md

This commit is contained in:
Adhiraj Singh
2021-10-15 23:59:51 +05:30
parent 3f6bd2ad84
commit 466cb614e6

View File

@@ -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`